Releases: kennethormandy/react-flipcard
Releases · kennethormandy/react-flipcard
v0.4.3
v0.4.2
v0.4.1
v0.4.0
- Automatically set
cursor: pointer
based ononClick
on parent, or individually based ononClick
functions on child components (useful if you can only click on one of the sides of a card) - Adds possible CSS variable customisations to stories
- Reduces repetition in card wrapper JSX 80c8b41
v0.2.0
- Adds more stories to react-flipcard.kennethormandy.com
- Adds support for passing other props to Flipcard, ex. for
onClick
event:<Flipcard onClick={this.handleClick} flipped={this.state.flipped}> <div>Card 1</div> <div>Card 2</div> </Flipcard>
v0.1.1
- Removes
private: true
frompackage.json
, published to npm
v0.1.0
- Initial release