BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/revola/alert-dialog

Alert Dialog

revola/alert-dialog
FreeComponent

A responsive alert dialog component that automatically adapts to screen size - drawer on mobile, modal on desktop.

Install it

npx shadcn@latest add https://revola.sameerjs.com/r/alert-dialog.json

Source

registry/revola/examples/origin-ui/alerts/alert-dialog.tsxrevola.sameerjs.com/r/alert-dialog.json
1import { Button } from "@/components/ui/button";
2import {
3 ResponsiveDialog,
4 ResponsiveDialogClose,
5 ResponsiveDialogContent,
6 ResponsiveDialogDescription,
7 ResponsiveDialogFooter,
8 ResponsiveDialogHeader,
9 ResponsiveDialogTitle,
10 ResponsiveDialogTrigger,
11} from "@/components/ui/revola";
12
13export default function AlertDialog() {
14 return (
15 <ResponsiveDialog alert onlyDialog>
16 <ResponsiveDialogTrigger asChild>
17 <Button variant="outline" className="h-12 rounded-full px-6 capitalize">
18 Show Alert
19 </Button>
20 </ResponsiveDialogTrigger>
21 <ResponsiveDialogContent className="sm:max-w-[400px]">
22 <div className="p-6">
23 <ResponsiveDialogHeader className="gap-2">
24 <ResponsiveDialogTitle>Are you sure?</ResponsiveDialogTitle>
25 <ResponsiveDialogDescription>
26 Take a moment to review the details provided to ensure you understand the implications.
27 </ResponsiveDialogDescription>
28 </ResponsiveDialogHeader>
29
30 <ResponsiveDialogFooter className="mt-4 gap-2.5 sm:gap-2">
31 <ResponsiveDialogClose asChild>
32 <Button variant="secondary">Cancel</Button>
33 </ResponsiveDialogClose>
34
35 <ResponsiveDialogClose asChild>
36 <Button>Okay</Button>
37 </ResponsiveDialogClose>
38 </ResponsiveDialogFooter>
39 </div>
40 </ResponsiveDialogContent>
41 </ResponsiveDialog>
42 );
43}

What it pulls in

Other registry items

  • button
  • https://revola.sameerjs.com/r/revola.json

Files it writes

  • registry/revola/examples/origin-ui/alerts/alert-dialog.tsx

Facts

Registry
revola
Type
registry:ui
Access
Free
Files written
1
Licence
MIT
In the index
at or before 2026-08-13
Last confirmed
today

Go to the source

revola.sameerjs.com SameerJS6/revola on GitHub Raw registry item This item as JSON

More from revola

All 24 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Alert Dialog with Iconalert-dialog-with-iconrevolaComponentsFree1 dep
Change Plan Dialogchange-planrevolaComponentsFree1 dep
Checkout DialogcheckoutrevolaComponentsFree2 deps
Credit Card Dialogcredit-cardrevolaComponentsFree2 deps
Custom Scrollbar Dialogcustom-scrollbarrevolaComponentsFreeno deps
Delete Project Dialogdelete-projectrevolaComponentsFree1 dep
Edit Profile Dialogedit-profilerevolaComponentsFree1 dep · 3 files
Feedback DialogfeedbackrevolaComponentsFreeno deps

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

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

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

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

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

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

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex