UNPKG

@fluid-topics/ft-button

Version:

A generic Fluid Topics tag

20 lines (14 loc) 302 B
A button component. ## Install ```shell npm install @fluid-topics/ft-button yarn add @fluid-topics/ft-button ``` ## Usage ```typescript import { html } from "lit" import "@fluid-topics/ft-button" function render() { return html` <ft-button icon="shopping_cart">Add to cart</ft-button> ` } ```