import { Alert, AlertTitle } from '@/registry/new-york/ui/alert'
const AlertWithoutIconDemo = () => {
return (
<Alert>
<AlertTitle>New message!</AlertTitle>
</Alert>
)
}
export default AlertWithoutIconDemo
npx shadcn@latest add @shadcn-studio/alert-16import { Alert16 } from "@/components/alert-16"<Alert16 />