@fluid-topics/ft-button
v1.1.82
Published
A generic Fluid Topics tag
Downloads
2,943
Readme
A button component.
Install
npm install @fluid-topics/ft-button
yarn add @fluid-topics/ft-button
Usage
import { html } from "lit"
import "@fluid-topics/ft-button"
function render() {
return html` <ft-button icon="shopping_cart">Add to cart</ft-button> `
}