import { TriangleAlertIcon } from 'lucide-react'
import { Alert, AlertTitle } from '@/registry/new-york/ui/alert'
const AlertDestructiveDemo = () => {
return (
<Alert variant='destructive'>
<TriangleAlertIcon />
<AlertTitle>Something went wrong!</AlertTitle>
</Alert>
)
}
export default AlertDestructiveDemo
npx shadcn@latest add @shadcn-studio/alert-14import { Alert14 } from "@/components/alert-14"<Alert14 />