0.2.5 • Published 7 years ago

react-playing-card v0.2.5

Weekly downloads
5
License
ISC
Repository
github
Last release
7 years ago

React Playing Card

A material design playing card React component.

Installation

npm install react-playing-card --save

Usage

A Card component must be passed a rank and a suit as properties:

import Card from 'react-playing-card'
<Card rank="A" suit="S" />

A suit must be an element in the set { S, H, C, D }, which stands for spades, hearts, clubs and diamonds, respectively.

A rank must be an eleent in the set { A, 2, 3, 4, 5, 6, 7, 8, 9, T, J, Q, K }, which stands for ace, two, three, four, five, six, seven, eight, nine, ten, jack, queen, king, respectively.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Credits

The design for the playing card was created by Jasper as a CodePen project.

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago