react-basic-stepper
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "react-basic-stepper", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A simple stepper provides a wizard-like workflow by dividing content into logical steps.", | ||
@@ -5,0 +5,0 @@ "author": "josealejandro2928", |
@@ -16,3 +16,3 @@ # react-basic-stepper | ||
The react-basic-stepper provide a two component to recreate a wizard-like workflow by dividing content into logical steps. | ||
You have <Stepper> that is the wrapper steps components and the <Step> component. | ||
You have **Stepper** that is the wrapper steps components and the **Step** component. | ||
**You must import the styles of these components** | ||
@@ -19,0 +19,0 @@ |
61986