1.0.0 • Published 4 years ago

flashy-header v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Flashy Header Element

Native Custom Web Component that requires no dependencies (and likely no polyfills)

Example gif of Component

Install

npm install flashy-header

Use

  1. To use just add a script tag for the component:\ <script src="node_modules/flashy-header/flashy-header.js"></script>

  2. Then use it in your HTML like so:\ <flashy-header>My Custom Header</flashy-header>

You may also consider using a utility like WC-Upgrader instead of directly in your markup.