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
- Host: GitHub
- URL: https://github.com/passy/react-pokemon
- Owner: passy
- License: bsd-3-clause
- Created: 2014-01-29T22:50:33.000Z (over 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2017-05-17T09:25:32.000Z (about 9 years ago)
- Last Synced: 2025-04-12T22:35:57.942Z (over 1 year ago)
- Language: HTML
- Homepage: http://passy.github.io/react-pokemon
- Size: 8.79 KB
- Stars: 58
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
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)