BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/uiable/alert-action

Alert Action

uiable/alert-action
FreeComponent

Alert Action 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/alert-action.json

Source

src/components/uiable/alert/alert-action.tsxuiable.com/r/alert-action.json
1// shadcn
2import {
3 Alert,
4 AlertAction,
5 AlertDescription,
6 AlertTitle
7} from "@/components/ui/alert";
8import { Button } from "@/components/ui/button";
9
10// ------------------------------ | ALERT - ACTION | ------------------------------ //
11
12export default function AlertActionExample() {
13 return (
14 <Alert className="max-w-md">
15 <AlertTitle>Dark mode is now available</AlertTitle>
16 <AlertDescription>
17 Enable it under your profile settings to get started.
18 </AlertDescription>
19 <AlertAction>
20 <Button size="xs" variant="default">
21 Enable
22 </Button>
23 </AlertAction>
24 </Alert>
25 );
26}

What it pulls in

Other registry items

  • @uiable/alert
  • @uiable/button

Files it writes

  • src/components/uiable/alert/alert-action.tsx

Facts

Registry
uiable
Type
registry:ui
Access
Free
Files written
1
Licence
MIT
First indexed
2026-08-10
Last confirmed
today

Go to the source

Docs on uiable uiable.com codedthemes/uiable on GitHub Raw registry item This item as JSON

More from uiable

All 730 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
AccordionaccordionuiableComponentsFree2 deps
Accordion Basicaccordion-basicuiableComponentsFreeno deps
Accordion Bordersaccordion-bordersuiableComponentsFreeno deps
Accordion Cardaccordion-carduiableComponentsFreeno deps
Accordion Disabledaccordion-disableduiableComponentsFreeno deps
Accordion Flushaccordion-flushuiableComponentsFreeno deps
Accordion Multipleaccordion-multipleuiableComponentsFreeno deps
AlertalertuiableComponentsFree1 dep
BlockDex

Built by

Kynth Studios

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studios

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studios

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex