react-yugioh
v1.0.0
Published
A React component to display Yu-Gi-Oh! Cards.
Downloads
5
Maintainers
Readme
react-yugioh
A React component for displaying Yu-Gi-Oh! Cards.
Demo
Installation
Download the library manually or with a package manager.
npm
npm install --save react-yugioh
Bower
bower install --save react-yugioh
Component
component install creaturephil/react-yugioh@gh-pages
Usage
/** @jsx React.DOM */
React.renderComponent(
<Yugioh name="dark magician" />,
document.getElementById('example')
);