import { TriangleAlertIcon } from 'lucide-react'
import { Alert, AlertTitle } from '@/registry/new-york/ui/alert'
const AlertPureDestructiveDemo = () => {
return (
<Alert variant='destructive' className='border-destructive'>
<TriangleAlertIcon />
<AlertTitle>Unable to process your payment.</AlertTitle>
</Alert>
)
}
export default AlertPureDestructiveDemo
npx shadcn@latest add @shadcn-studio/alert-15import { Alert15 } from "@/components/alert-15"<Alert15 />