Skip to content

Commit 5f472ac

Browse files
feat: add @stepperize/react dependency to stepper components
- Updated dependencies for "Stepper with form" and "Stepper with responsive variant" to include "@stepperize/react" for enhanced functionality.
1 parent 96a0536 commit 5f472ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/docs/registry.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"type": "registry:component",
5151
"title": "Stepper with form",
5252
"description": "A stepper with a form using zod for validation",
53-
"dependencies": ["zod"],
53+
"dependencies": ["zod", "@stepperize/react"],
5454
"registryDependencies": ["button", "input", "label", "form"],
5555
"files": [
5656
{
@@ -92,6 +92,7 @@
9292
"type": "registry:component",
9393
"title": "Stepper with responsive variant",
9494
"description": "A stepper with a responsive variant",
95+
"dependencies": ["@stepperize/react"],
9596
"registryDependencies": ["button", "label", "radio-group"],
9697
"files": [
9798
{

0 commit comments

Comments
 (0)