We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4964fb commit acb2b64Copy full SHA for acb2b64
README.md
@@ -24,14 +24,15 @@ const MultiStep = import from 'react-multistep'
24
```
25
26
Component accepts following, optional Props:
27
-'showNavigation': controls if the navigation buttons should be visable:
+
28
+ - 'showNavigation': controls if the navigation buttons should be visable:
29
30
```sh
31
prop=showNavigation
32
type: boolean (default = true)
33
34
-'prevStyle' & 'nextStyle': control style of the navigation buttons
35
+- 'prevStyle' & 'nextStyle': control style of the navigation buttons
36
37
38
Finlly, as required Prop, it takes an array of objects representing individual steps:
0 commit comments