This component no longer exists. It was in uiable’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-05 and this item was not on it. The install command below will fail. It is kept here because a tutorial somewhere still tells people to run it.
Alert Basic
uiable/uiable-alert-basicRemovedComponent
Alert Basic variant for component.
Live preview
live · rendered by the registry
Rendered by uiable on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://uiable.com/r/uiable-alert-basic.jsonSource
1// shadcn2import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert";34// assets5import { CheckCircle2Icon } from "lucide-react";67// ------------------------------ | ALERT - BASIC | ------------------------------ //89export default function AlertBasic() {10 return (11 <Alert className="max-w-md border-primary/10 bg-primary/10 text-primary">12 <CheckCircle2Icon />13 <AlertTitle>Account updated successfully</AlertTitle>14 <AlertDescription>15 Your profile information has been saved. Changes will be reflected16 immediately.17 </AlertDescription>18 </Alert>19 );20}
What it pulls in
npm packages
Other registry items
Files it writes
More from uiable
All 747 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Accordionaccordion | uiable | Components | Free | 2 deps | |
| Accordion Basicaccordion-basic | uiable | Components | Free | no deps | |
| Accordion Bordersaccordion-borders | uiable | Components | Free | no deps | |
| Accordion Cardaccordion-card | uiable | Components | Free | no deps | |
| Accordion Disabledaccordion-disabled | uiable | Components | Free | no deps | |
| Accordion Flushaccordion-flush | uiable | Components | Free | no deps | |
| Accordion Multipleaccordion-multiple | uiable | Components | Free | no deps | |
| Alertalert | uiable | Components | Free | 1 dep |
