Documentation Index
Fetch the complete documentation index at: https://docs.sure-developer.com/llms.txt
Use this file to discover all available pages before exploring further.
Alert
Alert renders a bordered status message. It can be a leaf component or a container with child nodes.
API
Props
| Prop | Type | Description |
|---|---|---|
title | string | Optional heading. |
description | string | Optional description text. |
variant | 'default' | 'destructive' | Destructive switches to red border/text styling. |
icon, iconComponent | icon | Optional leading icon. |
innerClassName | string | Inner wrapper class. |
bodyClassName, contentClassName | string | Body/content wrapper class. |
titleClassName | string | Title class. |
descriptionClassName | string | Description class. |
className, style | mixed | Common LUI styling props. |
