Alert
Used to visually mark warnings or important messages.
import { Alert } from '@kaynora/ui'
export default function () {
return <Alert />
}
<Alert />
| Prop | Type | Default |
|---|
color | 'primary' | 'dimmed' | 'inverted' | 'disabled' |
'success' | 'error'
| 'error' |