A custom Fluid Topics ripple component
npm install @fluid-topics/ft-rippleA ripple component, which shows click interactions with components.
``shell`
npm install @fluid-topics/ft-ripple
yarn add @fluid-topics/ft-ripple
`typescript
import { html } from "lit"
import "@fluid-topics/ft-ripple"
function render() {
return html
}
``