1.0.4 • Published 10 years ago

react-card v1.0.4

Weekly downloads
73
License
MIT
Repository
github
Last release
10 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

10 years ago

1.0.3

10 years ago

2.0.0

10 years ago

1.0.2

11 years ago

1.0.1

11 years ago

1.0.0

11 years ago