Skip to content

Commit

Permalink
Merge 1846461 into 136ba58
Browse files Browse the repository at this point in the history
  • Loading branch information
Edvins Antonovs committed Oct 24, 2019
2 parents 136ba58 + 1846461 commit 426d1e6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Simple, easy to use and flexible cards in React.

- [Installation](#installation)
- [Usage](#usage)
- [Examples](#examples)
- [Properties](#properties)

## Installation

Expand Down Expand Up @@ -53,7 +55,14 @@ const App = () => (
render(<App />, document.getElementById('root'));
```

## Usable properties
## Examples

- [**Basic layout**](https://codesandbox.io/s/611monz7qz) - `Card`, `CardHeader`, `CardBody`, `CardFooter`
- [**Basic layout with Image header instead**](https://codesandbox.io/s/k2kwznw6qv) - `Card`, `ImageHeader`, `CardBody`, `CardFooter`
- [**Without header**](https://codesandbox.io/s/zqk7jvrnym) - `Card`, `CardBody`, `CardFooter`
- [**Body only**](https://codesandbox.io/s/vnlxr3l6j0) - `Card`, `CardBody`

## Properties

### `<Card>`

Expand Down

0 comments on commit 426d1e6

Please sign in to comment.