react-poke-sprites
v0.0.8
Published
A react component that renders pokemon gifs
Downloads
8
Maintainers
Readme
Installation
Install the npm module in your app directory.
npm i -S react react-dom react-poke-sprites
Usage
import React from 'React';
import ReactDOM from 'react-dom'
import PokeSprite from 'react-poke-sprites'
ReactDOM.render(
<PokeSprite
pokemon={'Lugia'}
className="lugia-class"
/>,
document.querySelector('#root')
)
Props
pokemon - Pass the name or the ID of the pokemon.
className - Pass in a class name to modify as you see fit.
Related
- A corresponding Vue.js component is here.
Credits
- Uses pokemon-gif to retrieve links from Pokestadium.
- There's already a component for this here but it wasn't working in my case so I decided to create my own.
Author
Contribute
Found a bug, please create an issue
License
© Anshuman Verma