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