Alert4
mynaui/alert4FreeComponent
Alerts are used to communicate a state that affects a system, feature, or page.
Install it
npx shadcn@latest add https://mynaui.com/r/alert4.jsonSource
1import { Alert, AlertTitle } from "@/ui/alert";23export default function Alert4() {4 return (5 <>6 <Alert>7 <AlertTitle>You have a new invoice due.</AlertTitle>8 </Alert>9 <Alert variant="destructive">10 <AlertTitle>Something went wrong with your submission.</AlertTitle>11 </Alert>12 </>13 );14}
What it pulls in
Other registry items
Files it writes
More from mynaui
All 346 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Accordion1accordion1 | mynaui | Components | Free | no deps · 2 files | |
| Accordion2accordion2 | mynaui | Components | Free | no deps · 2 files | |
| Accordion3accordion3 | mynaui | Components | Free | no deps · 2 files | |
| Accordion4accordion4 | mynaui | Components | Free | 1 dep · 2 files | |
| Accordion5accordion5 | mynaui | Components | Free | 1 dep · 2 files | |
| Alert dialog1alert-dialog1 | mynaui | Components | Free | no deps · 2 files | |
| Alert dialog2alert-dialog2 | mynaui | Components | Free | 1 dep · 2 files | |
| Alert dialog3alert-dialog3 | mynaui | Components | Free | 1 dep · 2 files |
