react-card
v1.0.4
Published
Render a card with React
Downloads
566
Readme
react-card
A react-component that renders a generic card, with both a front and back so that the card can be flipped/rotated with CSS.
Usage
React.render(
<Card>
<Card.Front>
</Card.Front>
<Card.Back>
</Card.Back>
</Card>,
document.body
);
Styling
See the demo.css file for sample CSS code you can use to style the component.
License
MIT