npm install react-cardA react-component that renders a generic card, with both a front and back so
that the card can be flipped/rotated with CSS.

 
 
 
``jsx
React.render(
,
document.body
);
``
See the demo.css file for sample CSS code you can use to style the component.
MIT