Command Palette

Search for a command to run...

Docs
Success Alert Outlined

Success Alert Outlined

A success alert component with outlined border style and circle check icon.

Installation

Usage

import AlertSuccessOutlined from "@/components/ruixen/alert-success-outlined";
 
export default function MySuccess() {
  return (
    <AlertSuccessOutlined
      title="Success"
      message="Your account has been verified successfully."
    />
  );
}

Props

PropTypeDefaultDescription
titlestring-Optional title for the alert
messagestring-The alert message
classNamestring-Additional CSS classes