Alert
Alert informs users about important events.
Import
import { Alert } from '@sigx/daisyui';
Basic Usage
Loading preview...
Variants
Loading preview...
Soft Style
Loading preview...
Outline Style
Loading preview...
Dash Style
Loading preview...
Layout
Use layout to control the direction of content inside the alert.
Loading preview...
Props
| Prop | Type | Default | Description |
|---|---|---|---|
variant | 'info' | 'success' | 'warning' | 'error' | undefined | Alert color variant |
alertStyle | 'outline' | 'dash' | 'soft' | undefined | Alert style modifier |
layout | 'vertical' | 'horizontal' | undefined | Layout direction |
class | string | undefined | Additional CSS classes |