/react-yugioh

A React component for displaying Yu-Gi-Oh! Cards.

Primary LanguageJavaScriptMIT LicenseMIT

react-yugioh

A React component for displaying Yu-Gi-Oh! Cards.

Installation

Download the library manually or with a package manager.

npm install --save react-yugioh
bower install --save react-yugioh
component install creaturephil/react-yugioh@gh-pages

Usage

/** @jsx React.DOM */
React.renderComponent(
    <Yugioh name="dark magician" />,
    document.getElementById('example')
);

License

MIT