@fluid-topics/ft-ripple
v1.1.82
Published
A custom Fluid Topics ripple component
Downloads
3,560
Readme
A ripple component, which shows click interactions with components.
Install
npm install @fluid-topics/ft-ripple
yarn add @fluid-topics/ft-ripple
Usage
import { html } from "lit"
import "@fluid-topics/ft-ripple"
function render() {
return html`
<div style="width:300px; height: 150px; position: relative">
<ft-ripple/>
</div>
`
}