Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.06 KB

README.markdown

File metadata and controls

51 lines (35 loc) · 1.06 KB

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