Skip to content

Commit 5c9d22d

Browse files
committed
Implementing the property descriptions
1 parent 5ebecb5 commit 5c9d22d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,20 @@ npm install react-native-multi-steps
1313

1414
## Usage
1515

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+
1630
```js
1731
import MultiSteps from "react-native-multi-steps";
1832

0 commit comments

Comments
 (0)