BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/remocn-demo/signup-flow

Signup Flow

remocn-demo/signup-flow
FreeBlock

remocn demo composition "Signup Flow" — installs the full Remotion composition. Generated with AI from the prompt in demos/signup-flow/prompt.md.

Install it

npx shadcn@latest add https://collections.remocn.dev/r/signup-flow.json

Source

src/components/remocn/signup-flow.tsxcollections.remocn.dev/r/signup-flow.json · first 6 KB
1"use client";
2
3import { type RemocnTheme, useRemocnTheme } from "@/lib/remocn-ui";
4import { Cursor } from "@/components/remocn/cursor";
5import { useCursorPath } from "@/components/remocn/use-cursor-path";
6import { Input } from "@/components/remocn/input";
7import { useInputTransition } from "@/components/remocn/use-input-transition";
8import { Button } from "@/components/remocn/button";
9import { useButtonTransition } from "@/components/remocn/use-button-transition";
10import { Toast } from "@/components/remocn/toast";
11import { useToastTransition } from "@/components/remocn/use-toast-transition";
12import { BlurIn } from "@/components/remocn/blur-in";
13import { useBlurInTransition } from "@/components/remocn/use-blur-in-transition";
14import {
15 Field,
16 FieldControl,
17 FieldDescription,
18 FieldGroup,
19 FieldLabel,
20} from "@/components/remocn/field";
21
22export interface SignupFlowProps {
23 title?: string;
24 description?: string;
25 fullName?: string;
26 email?: string;
27 password?: string;
28 createLabel?: string;
29 googleLabel?: string;
30 signinText?: string;
31 toastTitle?: string;
32 mode?: "light" | "dark";
33 theme?: Partial<RemocnTheme>;
34}
35
36const STAGE_W = 1280;
37const CARD_W = 376;
38const CARD_TOP = 48;
39const CARD_LEFT = (STAGE_W - CARD_W) / 2;
40const CENTER_X = STAGE_W / 2;
41
42const NAME_Y = 216;
43const EMAIL_Y = 296;
44const PASS_Y = 398;
45const CONFIRM_Y = 500;
46const CREATE_Y = 564;
47
48export function SignupFlow({
49 title = "Create an account",
50 description = "Enter your information below to create your account",
51 fullName = "John Doe",
52 email = "m@example.com",
53 password = "••••••••",
54 createLabel = "Create account",
55 toastTitle = "Account created",
56 mode = "light",
57 theme,
58}: SignupFlowProps) {
59 const resolved = useRemocnTheme(theme, mode);
60 const opts = { mode, theme };
61
62 const cardEnter = useBlurInTransition(
63 [{ at: 0, state: "revealed", duration: 18 }],
64 { distance: 0 },
65 );
66 const enterHeader = useBlurInTransition([
67 { at: 18, state: "revealed", duration: 16 },
68 ]);
69 const enterName = useBlurInTransition([
70 { at: 24, state: "revealed", duration: 16 },
71 ]);
72 const enterEmail = useBlurInTransition([
73 { at: 30, state: "revealed", duration: 16 },
74 ]);
75 const enterPass = useBlurInTransition([
76 { at: 36, state: "revealed", duration: 16 },
77 ]);
78 const enterConfirm = useBlurInTransition([
79 { at: 42, state: "revealed", duration: 16 },
80 ]);
81 const enterButton = useBlurInTransition([
82// … truncated

What it pulls in

npm packages

  • @remotion/google-fonts
  • culori
  • remotion

Other registry items

  • https://remocn.dev/r/blur-in.json
  • https://remocn.dev/r/button.json
  • https://remocn.dev/r/remocn-ui.json
  • https://remocn.dev/r/spinner.json

Files it writes

  • src/components/remocn/cursor.tsx
  • src/components/remocn/field.tsx
  • src/components/remocn/input.tsx
  • src/components/remocn/signup-flow.tsx
  • src/components/remocn/toast.tsx
  • src/components/remocn/use-cursor-path.ts
  • src/components/remocn/use-input-transition.ts
  • src/components/remocn/use-toast-transition.ts
  • src/demos/signup-flow/index.tsx
  • src/demos/signup-flow/prompt.md

Facts

Registry
remocn-demo
Type
registry:block
Access
Free
Files written
10
Licence
the repository states none
First indexed
2026-08-01
Last confirmed
2 days ago

Go to the source

collections.remocn.dev Remocn/remocn-collections on GitHub Raw registry item This item as JSON

More from remocn-demo

All 22 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Agent Skills — Claude Code makes the videoagent-skillsremocn-demoBlocksFree5 deps · 8 files
Batchwork — Unified Batch APIbatchworkremocn-demoBlocksFree4 deps · 4 files
Changelog — Rolling Numberschangelogremocn-demoBlocksFree4 deps · 5 files
Changelog — New Chat Componentschat-changelogremocn-demoBlocksFree5 deps · 4 files
Fonttrio — Three fonts. One command.fonttrioremocn-demoBlocksFree5 deps · 4 files
remocn — Introducing remocn (shaders cut)introducing-remocnremocn-demoBlocksFree4 deps · 3 files
shadcn/ui — Introducing shadcn/ui (gift cut)introducing-shadcnremocn-demoBlocksFree11 deps · 38 files
Changelog — Eleven New Transitionsnew-transitionsremocn-demoBlocksFree4 deps · 3 files
BlockDex

Built by

Kynth Studio

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 Studio

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 Studio

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