react-yugioh
v1.0.0
Published
A React component to display Yu-Gi-Oh! Cards.
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-yugiohBower
bower install --save react-yugiohComponent
component install creaturephil/react-yugioh@gh-pagesUsage
/** @jsx React.DOM */
React.renderComponent(
<Yugioh name="dark magician" />,
document.getElementById('example')
);