react-yugioh

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i react-yugioh

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • creaturephil