Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dabit3 committed Sep 9, 2016
1 parent f55f7fd commit 9284b64
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Readme.MD
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,8 @@ render () {
| prop | default | type | description |
| ---- | ---- | ----| ---- |
| menuWidth | window width - 80 | number | the width and offset of the menu |
| MenuComponent | none | React Native Component | the actual side menu component you would like to use |
| children | none | React Native Component | wrap RNSideMenu around the component you would like to animate |
| MenuComponent | none | React Native Component | the actual side menu component you would like to use (required) |
| children | none | React Native Component | wrap RNSideMenu around the component you would like to animate (required) |

## Forms

Expand Down Expand Up @@ -338,12 +338,12 @@ import { RNECard } from 'react-native-elements'

| prop | default | type | description |
| ---- | ---- | ----| ---- |
| flexDirection | column | string | flex direction (row or column) |
| containerStyle | none | object (style) | outer container style |
| wrapperStyle | none | object (style) | inner container style |
| title | none | string | optional card title |
| titleStyle | none | object (style) | additional title styling (if title provided) |
| dividerStyle | none | object (style) | additional divider styling (if title provided) |
| flexDirection | column | string | flex direction (row or column) (optional) |
| containerStyle | none | object (style) | outer container style (optional) |
| wrapperStyle | none | object (style) | inner container style (optional) |
| title | none | string | optional card title (optional) |
| titleStyle | none | object (style) | additional title styling (if title provided) (optional) |
| dividerStyle | none | object (style) | additional divider styling (if title provided) (optional) |


## Pricing Component
Expand Down

0 comments on commit 9284b64

Please sign in to comment.