Retroby Kenney <https://kenney.nl>
Bong 001
A short, resonant 'bong' sound, useful for a clear, attention-grabbing notification or an important alert.
0.12s1KBCC0bong, 001
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/bong-001Usage
import { useSound } from "@/hooks/use-sound";
import { bong001Sound } from "@/sounds/bong-001";
const [play] = useSound(bong001Sound);