1.0.4 • Published 8 years ago

react-card v1.0.4

Weekly downloads
73
License
MIT
Repository
github
Last release
8 years ago

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.

NPM

Build Status Test Coverage

js-standard-style Code Climate

Dependencies DevDependencies

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

1.0.4

8 years ago

1.0.3

8 years ago

2.0.0

8 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago