import { CircleAlertIcon } from 'lucide-react'
import { Alert, AlertTitle, AlertDescription } from '@/registry/new-york/ui/alert'
const AlertSoftDemo = () => {
return (
<Alert className='bg-primary/10 border-none'>
<CircleAlertIcon />
<AlertTitle>File Should be PDF,DOCX,JPG, or PNG.</AlertTitle>
<AlertDescription>If the file type is not one of this than we can't get your files</AlertDescription>
</Alert>
)
}
export default AlertSoftDemo
npx shadcn@latest add @shadcn-studio/alert-21import { Alert21 } from "@/components/alert-21"<Alert21 />