Skip to content

Latest commit

 

History

History
63 lines (34 loc) · 2.17 KB

README.md

File metadata and controls

63 lines (34 loc) · 2.17 KB

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.