Command Palette

Search for a command to run...

Docs
Error Alert Outlined

Error Alert Outlined

An error alert component with outlined border style and circle alert icon.

Installation

Usage

import AlertErrorOutlined from "@/components/ruixen/alert-error-outlined";
 
export default function MyError() {
  return (
    <AlertErrorOutlined
      title="Error"
      message="Failed to save changes. Please check your connection."
    />
  );
}

Props

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