2.0.1 • Published 8 years ago

react-identification-card v2.0.1

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

react-identification-card

Identification Standard Card(ISO/IEC 7810) Component that written in React.

ISO/IEC 7810 Identification cards — Physical characteristics is an international standard that defines the physical characteristics for identification cards.1

Referenced at this standard, and this component is to implement this standard with the following sizes:

  • ID-1: 85.60 × 53.98 mm
  • ID-2: 105 × 74 mm
  • ID-3: 125 × 88 mm
  • ID-000: 25 mm × 15 mm

Installation

$ npm install react-identification-card --save

Properties

propertytypedescription
classNamestringthe class name
formatstring"ID-1", "ID-2", "ID-3" and etc.
widthnumberthe width of this card
colorstringthe color of this card
fillColorstringthe fill color of this card
fillOpacitynumberthe fill opacity of this card
isEmptyboolflag if this card is empty
viewMetadatafunca function to render the detail
onClickfuncfired when clicked

Example

$ npm run example

The example was created from react-hot-boilerplate, execute the below command and open http://localhost:8080 at browser.

License

MIT

2.0.1

8 years ago

2.0.0

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago