Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (20 loc) · 627 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 627 Bytes

Dancing Button

typescript implementation of liquid button v2

button

Above app is Intuiter

asd


Install

npm i dancing-button
yarn add dancing-button
pnpm add dancing-button

example

<svg class="dancing-button"/>
const button: <SVGElement> = document.querySelector('.dancing-button')
const btn = new LiquidButton(button)