A generic Fluid Topics chip
npm install @fluid-topics/ft-chipA chip component.
``shell`
npm install @fluid-topics/ft-chip
yarn add @fluid-topics/ft-chip
`typescript
import { html } from "lit"
import "@fluid-topics/ft-chip"
function render() {
return html ``
}