An open API service indexing awesome lists of open source software.

https://github.com/passy/react-pokemon

A React component for displaying Pokémon
https://github.com/passy/react-pokemon

Last synced: about 1 year ago
JSON representation

A React component for displaying Pokémon

Awesome Lists containing this project

README

          

# react-pokemon

A [React](facebook.github.io/react/) component for displaying Pokemon.
Based on an [AngularJS Directive](http://plnkr.co/edit/xfRpUhIjGTC7g4Pi75kj?p=preview)
by [Brian Ford](https://github.com/btford).

## [Demo](http://passy.github.io/react-pokemon/)

## Installation

Download the library [manually](https://github.com/passy/react-pokemon/releases) or with a
package-manager.

#### [npm](https://npmjs.org/package/react-pokemon)

```
npm install --save react-pokemon
```

#### [Bower](http://bower.io)

```
bower install --save react-pokemon
```

#### [Component](https://github.com/component/component)

```
component install passy/react-pokemon@gh-pages
```

## Usage

```javascript
/** @jsx React.DOM */
React.renderComponent(
,
document.getElementById('example')
);
```

## License

BSD

## Other Implementations

- [AngularJS](https://github.com/gdi2290/angular-pokemon)
- [Ember](http://emberjs.jsbin.com/AYegOHI/1/edit)
- [Polymer](https://github.com/passy/x-pokemon)
- [Vanilla](https://github.com/calvinmetcalf/vanilla-pokemon)