Gameby Kenney <https://kenney.nl>
Three Tone 2
A short, ascending three-tone chime, suitable for positive confirmations, task completions, or successful notifications.
0.87s7KBCC0three, tone, 2
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/three-tone-2Usage
import { useSound } from "@/hooks/use-sound";
import { threeTone2Sound } from "@/sounds/three-tone-2";
const [play] = useSound(threeTone2Sound);