Skip to content

Commit

Permalink
Documentation for rounded, outline and transparent (#800)
Browse files Browse the repository at this point in the history
Adding documentation for rounded, outline and transparent added in https://github.com/react-native-training/react-native-elements/pull/382
  • Loading branch information
jeffshek authored and iRoachie committed Jan 1, 2018
1 parent 881718c commit 6402c14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/API/buttons.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,6 @@ import { Button } from 'react-native-elements'
| loading | false | boolean | prop to display a loading spinner (optional) |
| activityIndicatorStyle | none | object (style) | loading spinner styling (optional) |
| loadingRight | false | boolean | display the spinner to the right (optional) |
| rounded | false | boolean | rounds the button (optional) |
| outline | false | boolean | outlines the button (optional) |
| transparent | false | boolean | makes the button transparent (optional) |

0 comments on commit 6402c14

Please sign in to comment.