/react-pokemon

A React component for displaying Pokémon

Primary LanguageHTMLBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

react-pokemon

A React component for displaying Pokemon. Based on an AngularJS Directive by Brian Ford.

Installation

Download the library manually or with a package-manager.

npm install --save react-pokemon
bower install --save react-pokemon
component install passy/react-pokemon@gh-pages

Usage

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

License

BSD

Other Implementations