MarketingPipeline / Pokedex-Web-Component

A web component to show off your favorite Pokemon inside of a Pokedex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokedex-Web-Component

Show off your favorite Pokemon on your web page!
Show your support!

A custom web element to easily show off your favorite Pokemon inside of a Pokedex!

Example and usage

You can view a live demo of the Pokedex web component in use here.

How to show a Pokemon inside of a Pokedex:

<poke-dex name="Pikachu"></pokedex>

include this script in your HTML document.

<script src="https://cdn.jsdelivr.net/gh/MarketingPipeline/Pokedex-Web-Component/dist/pokedex-wc.min.js" defer></script> 

Contributing GitHub

Want to improve this project? Create a pull request with detailed changes / improvements! If approved you will be added to the list of contributors of this awesome project!

See also the list of contributors who participate in this project.

License GitHub

This project is licensed under the GPL-3.0 License - see the LICENSE.md file for details.

About

A web component to show off your favorite Pokemon inside of a Pokedex

License:GNU General Public License v3.0