@stepperize/react
Advanced tools
+1
-1
| { | ||
| "name": "@stepperize/react", | ||
| "version": "6.0.0", | ||
| "version": "6.0.1", | ||
| "private": false, | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
+2
-2
@@ -35,3 +35,3 @@ <p align="center"> | ||
| ```tsx | ||
| const { Scoped, useStepper, steps, utils } = defineStepper( | ||
| const { Scoped, useStepper, steps, Stepper } = defineStepper( | ||
| { id: "step-1", title: "Step 1", description: "Description for step 1" }, | ||
@@ -68,3 +68,3 @@ { id: "step-2", title: "Step 2", description: "Description for step 2" }, | ||
| - An array of `steps` for rendering | ||
| - An `utils` object with useful functions | ||
| - Type-safe `Stepper` primitives for building UI | ||
@@ -71,0 +71,0 @@ The only required field for each step is the `id`. You can add any additional properties you need, and they'll be fully type-safe when using the hook. |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
42768
0.02%0
-100%