vue-poke-sprites

0.1.2 • Public • Published

vue-poke-sprites


A vue component that renders animated pokemon sprites.

Demo

Visit - Link

Usage

  1. Install the package
$ yarn add --save vue-poke-sprites
  1. Import the component
import PokeSprite from "./components/PokeSprite.vue";
.
.
export default {
  .
  .
  components: {
    PokeSprite
  }
  .
  .
}
  1. Use it
  <PokeSprite pokemon="lugia" spriteClass="pokemon-lugia"></PokeSprite>

Props

  • pokemon - Pass the name or the ID of the pokemon.

  • spriteClass - Pass in a class name to modify as you see fit.

Related

  • A corresponding React component is here

Author

Anshuman Verma

Contribute

Found a bug? please create an issue

Readme

Keywords

none

Package Sidebar

Install

npm i vue-poke-sprites

Weekly Downloads

1

Version

0.1.2

License

none

Unpacked Size

590 kB

Total Files

20

Last publish

Collaborators

  • anshumanv