Skip to content

cfware/button

Repository files navigation

@cfware/button NPM Version

Icon button component

Usage

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

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