Example / Live

Sound Press

+data-tone-press

Sound Success

+data-tone-success

Sound hover

+data-hover-tap
+data-hover-tick

Home

Project

About

Install

Usage

React

"use Client" 
import "tap-tone"
export default function Home() {
return (
<button data-hover-tap >Click Me</button>
<button data-tone-droplet >Click Me</button>
<button data-tone-click >Click Me</button>
);
}

Build by AngadBari

MIT