diff --git a/components/button.md b/components/button.md index f4f1680..08e708f 100644 --- a/components/button.md +++ b/components/button.md @@ -1,6 +1,6 @@ # Button -A basic button component that is looking good on any platform. This react native button is ready to handle most used scenarios which will enable you to build apps faster with cleaner code. +A basic button component that looks good on any platform. This react native button is ready to handle most used scenarios which will enable you to build apps faster with cleaner code.
@@ -43,11 +43,12 @@ Code example:
|:-----------------------------:|:------------:|:------------------:|:----------------------------------------------------------------------------------------------------:|
| ...TouchableOpacity.propTypes | | | |
| capitalize | bool | false | Transforms the first character in a capital letter |
-| color | string | 'primary' | your options are: 'primary', 'theme', 'error', 'warning', 'succes', 'transparent' or your own color |
+| color | string | 'primary' | your options are: 'primary', 'theme', 'error', 'warning', 'success', 'transparent' or your own color |
| disabled | bool | false | Disables the button |
| icon | bool, string | false | pick whatever icon you want from Expo's icons |
| iconColor | bool, string | theme.COLORS.BLACK | sets the icon's color |
| iconFamily | bool, string | false | pick whatever icon family suits the icon you chose from Expo's icons |
+| iconRight | bool, string | false | if true, icon is rendered on the right of text |
| iconSize | number | 14 | sets the icon's size |
| loading | bool | false | Uses the