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
| Prop | Type | Default | Description |
|---|---|---|---|
title | string | - | Optional title for the alert |
message | string | - | The alert message |
className | string | - | Additional CSS classes |

