BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/revola/sign-in

Sign In Dialog

revola/sign-in
FreeComponent

A responsive sign in form dialog with email and password inputs - drawer on mobile, modal on desktop.

Install it

npx shadcn@latest add https://revola.sameerjs.com/r/sign-in.json

Source

registry/revola/examples/origin-ui/forms/authentication/sign-in.tsxrevola.sameerjs.com/r/sign-in.json
1import { useId } from "react";
2
3import { Button } from "@/components/ui/button";
4import { Checkbox } from "@/components/ui/checkbox";
5import { Input } from "@/components/ui/input";
6import { Label } from "@/components/ui/label";
7import {
8 ResponsiveDialog,
9 ResponsiveDialogContent,
10 ResponsiveDialogDescription,
11 ResponsiveDialogHeader,
12 ResponsiveDialogTitle,
13 ResponsiveDialogTrigger,
14} from "@/components/ui/revola";
15
16export default function SignInDialog() {
17 const id = useId();
18 return (
19 <ResponsiveDialog>
20 <ResponsiveDialogTrigger asChild>
21 <Button variant="outline" className="h-12 rounded-full px-6 capitalize">
22 Sign In
23 </Button>
24 </ResponsiveDialogTrigger>
25 <ResponsiveDialogContent className="sm:max-w-sm">
26 <div className="space-y-4 overflow-y-auto p-6">
27 <div className="flex flex-col items-center gap-2">
28 <div className="flex size-11 shrink-0 items-center justify-center rounded-full border" aria-hidden="true">
29 <svg
30 className="stroke-zinc-800 dark:stroke-zinc-100"
31 xmlns="http://www.w3.org/2000/svg"
32 width="20"
33 height="20"
34 viewBox="0 0 32 32"
35 aria-hidden="true"
36 >
37 <circle cx="16" cy="16" r="12" fill="none" strokeWidth="8" />
38 </svg>
39 </div>
40 <ResponsiveDialogHeader className="sm:text-center">
41 <ResponsiveDialogTitle>Welcome back</ResponsiveDialogTitle>
42 <ResponsiveDialogDescription>
43 Enter your credentials to login to your account.
44 </ResponsiveDialogDescription>
45 </ResponsiveDialogHeader>
46 </div>
47 <form className="space-y-5">
48 <div className="space-y-4">
49 <div className="space-y-2">
50 <Label htmlFor={`${id}-email`}>Email</Label>
51 <Input
52 required
53 type="email"
54 id={`${id}-email`}
55 placeholder="hi@yourcompany.com"
56 className="[&:-webkit-autofill]:shadow-[0_0_0_30px_theme(colors.input)_inset]"
57 />
58 </div>
59 <div className="space-y-2">
60 <Label htmlFor={`${id}-password`}>Password</Label>
61 <Input
62 required
63 type="password"
64 id={`${id}-password`}
65// … truncated

What it pulls in

Other registry items

  • button
  • checkbox
  • input
  • label
  • https://revola.sameerjs.com/r/revola.json

Files it writes

  • registry/revola/examples/origin-ui/forms/authentication/sign-in.tsx

Facts

Registry
revola
Type
registry:ui
Access
Free
Files written
1
Licence
MIT
In the index
at or before 2026-08-11
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 Dialogalert-dialogrevolaComponentsFreeno deps
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

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