/flashy-header

Custom Web Component - A stylized h1 tag

Primary LanguageJavaScript

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.