Info Alert
shadcn-ui-blocks/alert-05FreeComponent
An info alert component
Install it
npx shadcn@latest add https://shadcnui-blocks.com/r/alert-05.jsonSource
1import { InfoIcon } from "lucide-react";2import { Alert, AlertDescription, AlertTitle } from "@/registry/ui/alert";34export default function AlertInfoDemo() {5 return (6 <Alert className="border-cyan-600/50 text-cyan-600 dark:border-cyan-600 [&>svg]:text-cyan-600">7 <InfoIcon className="size-4" />8 <AlertTitle>Important Information</AlertTitle>9 <AlertDescription className="text-cyan-600">10 Make sure to review the recent updates before proceeding.11 </AlertDescription>12 </Alert>13 );14}
What it pulls in
npm packages
Other registry items
Files it writes
More from Shadcn UI Blocks
All 542 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Default Accordionaccordion-01 | Shadcn UI Blocks | Components | Free | no deps | |
| Outline Accordionaccordion-02 | Shadcn UI Blocks | Components | Free | no deps | |
| Box Accordionaccordion-03 | Shadcn UI Blocks | Components | Free | no deps | |
| Contained Accordionaccordion-04 | Shadcn UI Blocks | Components | Free | no deps | |
| Box Contained Accordionaccordion-05 | Shadcn UI Blocks | Components | Free | no deps | |
| Tabs Accordionaccordion-06 | Shadcn UI Blocks | Components | Free | no deps | |
| Highlight Active Item Accordionaccordion-07 | Shadcn UI Blocks | Components | Free | no deps | |
| Multiple Expanded at a time Accordionaccordion-08 | Shadcn UI Blocks | Components | Free | no deps |
