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> ` }