1.0.0 • Published 9 years ago

react-yugioh v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

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')
);

License

MIT