import { CircleAlertIcon } from 'lucide-react'
import { Alert, AlertTitle, AlertDescription } from '@/registry/new-york/ui/alert'
const AlertDescriptionDemo = () => {
return (
<Alert>
<CircleAlertIcon />
<AlertTitle>Creating your account</AlertTitle>
<AlertDescription>Fill in your details to get started.</AlertDescription>
</Alert>
)
}
export default AlertDescriptionDemo
npx shadcn@latest add @shadcn-studio/alert-17import { Alert17 } from "@/components/alert-17"<Alert17 />