Example alert
Example description
Usage
import { Alert } from '@nerdfish/ui'
<Alert.Root variant="danger">
<Alert.Title>Example alert</Alert.Title>
<Alert.Description>Example description</Alert.Description>
</Alert.Root>
Examples
Default
Example alert
Example description
Danger
Example alert
Example description
Info
Example alert
Example description
Success
Example alert
Example description
Warning
Example alert
Example description