Skip to content

anshumanv/vue-poke-sprites

Repository files navigation

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

About

A flexible Vue.js component that renders animated Pokémon sprites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published