react-poke-sprites

0.0.8 • Public • Published

Lugia

react-poke-sprites


A react component that renders animated pokemon sprites

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

Anshuman Verma

Contribute

Found a bug, please create an issue

License

license

© Anshuman Verma

Package Sidebar

Install

npm i react-poke-sprites

Weekly Downloads

2

Version

0.0.8

License

MIT

Unpacked Size

374 kB

Total Files

9

Last publish

Collaborators

  • anshumanv