Alert
bundui/alert-warningFreeComponent
Displays a callout for user attention.
Live preview
live · rendered by the registry
Rendered by bundui on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://bundui.io/r/alert-warning.jsonSource
1import { AlertCircleIcon } from "lucide-react";2import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert";34export default function AlertWarning() {5 return (6 <Alert variant="destructive" className="*:text-orange-400!">7 <AlertCircleIcon />8 <AlertTitle>Unable to process your payment.</AlertTitle>9 <AlertDescription>Please verify your billing information and try again.</AlertDescription>10 </Alert>11 );12}
What it pulls in
npm packages
Other registry items
Files it writes
More from bundui
All 217 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Accordionaccordion-collapsible | bundui | Components | Free | no deps · 2 files | |
| Accordionaccordion-default | bundui | Components | Free | no deps | |
| Accordionaccordion-with-plus-icon | bundui | Components | Free | 2 deps | |
| Alertalert-danger | bundui | Components | Free | 1 dep | |
| Alertalert-default | bundui | Components | Free | no deps | |
| Alert Dialogalert-dialog | bundui | Components | Free | no deps | |
| Alertalert-success | bundui | Components | Free | 1 dep | |
| Alertalert-with-action-button | bundui | Components | Free | 1 dep |
