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