Skip to content

Commit

Permalink
add props options in instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
fakiolinho committed Jun 17, 2017
1 parent c07bdb3 commit 41678a6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,18 @@ const Example = ({ type, color }) => (
export default Example;
```

### Props

| Name | Type | Default Value |
|:------:|:------:|:---------------:|
| type | String | balls |
| color | String | `#ffffff` |
| delay | Number | 1000 (msecs) |
| height | Number or String | 64 (px) |
| width | Number or String | 64 (px) |
| className | String | `''` |


## License

MIT

0 comments on commit 41678a6

Please sign in to comment.