@averagemarcus/pokemon-tile
v1.0.0
Published
Pokemon tiles
Downloads
6
Readme
pokemon-tile
Web Component to display a tile showing a specific Pokémon. Make use of the PokéApi
Usage
- Include a script reference to the module:
<script type="module" src="https://unpkg.com/@averagemarcus/pokemon-tile?module"></script>
- Add a
<pokemon-tile>
element to your page
<pokemon-tile pokedex-id="25"></pokemon-tile>
<pokemon-tile pokemon-name="ditto"></pokemon-tile>
<pokemon-tile pokedex-id="6" shiny></pokemon-tile>
Contributions
Contributions welcome!
Found a bug? File an issue
Running locally
Once checked out:
npm install
npm run build
npm run serve
Credits
Huge thanks to the PokéApi for the data and images, and Nintendo, Game Freak and The Pokémon Company for an awesome series.