@fluid-topics/ft-ripple
TypeScript icon, indicating that this package has built-in type declarations

1.1.40 • Public • Published

A ripple component use to display click interaction on 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>
    `
}

Readme

Keywords

Package Sidebar

Install

npm i @fluid-topics/ft-ripple

Weekly Downloads

678

Version

1.1.40

License

ISC

Unpacked Size

150 kB

Total Files

12

Last publish

Collaborators

  • antidot
  • mike.antidot