@cfware/button

Icon button component

Usage no npm install needed!

<script type="module">
  import cfwareButton from 'https://cdn.skypack.dev/@cfware/button';
</script>

README

@cfware/button NPM Version

Icon button component

Usage

import {html} from '@cfware/shadow-element';
import '@cfware/button';

const buttonHTML = () => html`
    <cfware-button icon="\uF0F2" />
`;