Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
Add Latest Release Note
Browse files Browse the repository at this point in the history
  • Loading branch information
ooade authored Mar 31, 2018
1 parent ee63f1b commit 5ad2519
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@

## Usage
Grab the Shape to be rendered from ReactRough, pass some options to it, pass an optional [onRender](https://github.com/ooade/react-rough/blob/master/src/index.js#L17) hook to spin up some animation logic or so.

**Latest Release (next):** Check [this](https://github.com/ooade/react-rough/releases/tag/v1.0.0-alpha.1) guide which uses a very simple render prop approach.

### Render a Rectangle
```js
import { Rectangle } from 'react-rough';
Expand Down Expand Up @@ -75,4 +78,4 @@ This increases the rectangle's width from 20px to 200px. Wanna see it in action
- Add yours...

## License
MIT
MIT

0 comments on commit 5ad2519

Please sign in to comment.