File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,20 @@ npm install react-native-multi-steps
13
13
14
14
## Usage
15
15
16
+ ## props
17
+
18
+
19
+ | Props | Optional | Type | Description |
20
+ | ---------------------- | -------- | --------- | ------------------------------------------------------------------------------ |
21
+ | containerStyle | Yes | Object | Used to style the components container |
22
+ | containerButtonStyle | Yes | Object | Used to style the button container |
23
+ | buttonStyle | Yes | Object | Used to style the button |
24
+ | buttonLabelStyle | Yes | Object | Used to style the button label |
25
+ | onMoveNext | No | function | Moving to the next child view |
26
+ | onMovePrevious | No | function | Moving to the previous child view |
27
+ | onSubmit | Yes | function | Called on submit only when the function is available as a property |
28
+
29
+
16
30
``` js
17
31
import MultiSteps from " react-native-multi-steps" ;
18
32
You can’t perform that action at this time.
0 commit comments