Skip to content

Commit

Permalink
feat(GLOBAL): change readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lulutia committed Mar 16, 2017
1 parent 1882fd5 commit e7e32c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ import {Button, DatePicker, Drawer, Grading, LabelSelect} from 'react-native-ui-
* [Grading](https://github.com/xgfe/react-native-ui-xg/blob/master/components/Grading/README.md)
* [LabelSelect](https://github.com/xgfe/react-native-ui-xg/blob/master/components/LabelSelect/README.md)
* [Button](https://github.com/xgfe/react-native-ui-xg/blob/master/components/Button/README.md)
* [Input](https://github.com/xgfe/react-native-ui-xg/blob/master/components/Input/README.md)
* [Confirm](https://github.com/xgfe/react-native-ui-xg/blob/master/components/Confirm/README.md)
* [StyleSheet](https://github.com/xgfe/react-native-ui-xg/blob/master/components/StyleSheet/README.md)

## Example
Expand Down
2 changes: 2 additions & 0 deletions components/Confirm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@
| disableCancel| false | `bool` | Do not show the cancel button |
| confirmText | '确定' | `string` | Specify the text of the confirm button |
| cancelText | '取消' | `string` | Specify the text of the cancel button |
|cancel | - | 'func' | callback when you cancel|
|confirm | - | 'func' | callback when you confirm|

0 comments on commit e7e32c1

Please sign in to comment.