Loading...
Installation
npx @gentleduck/cli add alert
npx @gentleduck/cli add alert
Usage
import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert"import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert"<Alert>
<Terminal className="h-4 w-4" />
<AlertTitle>Heads up!</AlertTitle>
<AlertDescription>
You can add components and dependencies to your app using the cli.
</AlertDescription>
</Alert><Alert>
<Terminal className="h-4 w-4" />
<AlertTitle>Heads up!</AlertTitle>
<AlertDescription>
You can add components and dependencies to your app using the cli.
</AlertDescription>
</Alert>API Reference
Alert
variant(VariantProps<typeof alertVariants>['variant'], optional): Visual style variant for the alert.className(string, optional): Additional class names to apply....props(React.ComponentProps<'div'>): Nativedivelement props.
AlertTitle
className(string, optional): Additional class names to apply....props(React.ComponentProps<'div'>): Nativedivelement props.
AlertDescription
className(string, optional): Additional class names to apply....props(React.ComponentProps<'div'>): Nativedivelement props.