BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/shadcn-customs-ui/multistep-form-template

Step Form

shadcn-customs-ui/multistep-form-template
FreeBlock

Guided multi-step forms built on shared schema-driven field primitives.

Install it

npx shadcn@latest add https://formkitcn.pro/r/multistep-form-template.json

Source

components/forms/patterns/ReCAPTCHAField.tsxformkitcn.pro/r/multistep-form-template.json
1"use client";
2
3import { useRef, useEffect } from "react";
4import ReCAPTCHA from "react-google-recaptcha";
5
6type Props = {
7 onVerify: (token: string | null) => void;
8 disabled?: boolean;
9};
10
11export default function ReCAPTCHAField({ onVerify, disabled }: Props) {
12 const ref = useRef<ReCAPTCHA | null>(null);
13
14 useEffect(() => {
15 // reset when re-enabled (optional)
16 if (!disabled) {
17 ref.current?.reset();
18 }
19 }, [disabled]);
20
21 return (
22 <div className="flex justify-center ">
23 <ReCAPTCHA
24 ref={ref}
25 sitekey={process.env.NEXT_PUBLIC_RECAPTCHA_SITE_KEY!}
26 onChange={(token) => onVerify(token)}
27 onExpired={() => onVerify(null)}
28 />
29 </div>
30 );
31}

What it pulls in

npm packages

  • react-hook-form
  • zod
  • @types/react-google-recaptcha
  • react-google-recaptcha
  • lucide-react
  • @hookform/resolvers

Other registry items

  • field
  • button
  • sonner
  • progress
  • https://formkitcn.pro/r/form-field.json
  • https://formkitcn.pro/r/form-layout.json

Files it writes

  • components/forms/patterns/ReCAPTCHAField.tsx
  • lib/helper/toast-icon.tsx
  • lib/utils/typedZodResolver.ts
  • components/forms/patterns/StepForm.tsx
  • components/examples/form-ui-multistep-template.tsx
  • components/examples/schema.ts

Facts

Registry
shadcn-customs-ui
Type
registry:block
Access
Free
Files written
6
Licence
the repository states none
In the index
at or before 2026-08-13
Last confirmed
today

Go to the source

Docs on shadcn-customs-ui formkitcn.pro adrian007143/FormkitCN-UI on GitHub Raw registry item This item as JSON

More from shadcn-customs-ui

All 8 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Data Griddata-table-dynamicshadcn-customs-uiBlocksFree8 deps · 17 files
Login Form Templateform-dynamic-templateshadcn-customs-uiBlocksFree5 deps · 7 files
Field Rendererform-fieldshadcn-customs-uiBlocksFree6 deps · 26 files
Form Layoutform-layoutshadcn-customs-uiBlocksFreeno deps · 7 files
Form Layout Templateform-template-01shadcn-customs-uiBlocksFree3 deps
Redux Toolredux-methods-toolshadcn-customs-uiBlocksFree2 deps · 11 files
Theme Preset Tooltheme-preset-toolshadcn-customs-uiBlocksFree1 dep · 22 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