Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ummahusla committed Oct 22, 2017
1 parent 20f3406 commit 3e0ea77
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ render(<App />, document.getElementById("root"));
| `children` | Function | Allows to render child elements inside the <CardBody> component. Good idea to use it to pass inner components. |
| `style` | Object | Allows to pass an object of CSS styles, to update or overwrite the default ones. |
| `className`| String | Allows to pass extra class names to the component. |

### `<CardFooter>`

| Property | Type | Description
:---|:---|:---
| `children` | Function | Allows to render child elements inside the <CardFooter> component. |
| `style` | Object | Allows to pass an object of CSS styles, to update or overwrite the default ones. |

## Examples

Expand Down

0 comments on commit 3e0ea77

Please sign in to comment.