Tonesby Kenney <https://kenney.nl>
Tone 1
A simple, singular musical tone or beep, perfect for subtle feedback like a successful input, a menu selection, or a basic notification.
0.68s6KBCC0tone, 1
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/tone-1Usage
import { useSound } from "@/hooks/use-sound";
import { tone1Sound } from "@/sounds/tone-1";
const [play] = useSound(tone1Sound);