Alert

Alert or Callout is a component that is used to display a message to the user.

View on GitHub
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