passy / react-pokemon

A React component for displaying Pokémon

Home Page:http://passy.github.io/react-pokemon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A React component for displaying Pokémon

http://passy.github.io/react-pokemon

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:HTML 55.7%Language:JavaScript 44.3%