Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 350 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 350 Bytes

@cfware/button NPM Version

Icon button component

Usage

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

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