AlertAlert or Callout is a component that is used to display a message to the user.View on GitHubPreviewCodeExample alertExample 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 PreviewCodeExample alertExample description Danger PreviewCodeExample alertExample description Info PreviewCodeExample alertExample description Success PreviewCodeExample alertExample description Warning PreviewCodeExample alertExample description