Skip to content

passy/react-pokemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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