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 Colors
uiable/uiable-alert-colorsRemovedComponent
Alert Colors 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-colors.jsonSource
1// shadcn2import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert";34// assets5import { AlertTriangleIcon } from "lucide-react";67// ------------------------------ | ALERT - COLORS | ------------------------------ //89export default function AlertColors() {10 return (11 <Alert className="max-w-md border-yellow-200 bg-yellow-50 text-yellow-900 dark:border-yellow-900 dark:bg-yellow-950 dark:text-yellow-50">12 <AlertTriangleIcon />13 <AlertTitle>Your subscription will expire in 3 days.</AlertTitle>14 <AlertDescription>15 Renew now to avoid service interruption or upgrade to a paid plan to16 continue using the service.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 |
