import { Alert, AlertTitle } from "@/components/ui/alert";
export const title = "Error with Title";
const Example = () => (
<Alert className="w-full max-w-lg border-destructive/80 bg-destructive/5 text-destructive">
<AlertTitle>Error</AlertTitle>
</Alert>
);
export default Example;
npx shadcn@latest add @shadcnblocks/alert-alert-error-1import { AlertAlertError1 } from "@/components/alert-alert-error-1"<AlertAlertError1 />