UIby Kenney <https://kenney.nl>
Select 007
A distinct, short sound indicating a successful selection, ideal for button presses, menu choices, or confirming an option in an interactive interface.
0.06s1KBCC0select, 007
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/select-007Usage
import { useSound } from "@/hooks/use-sound";
import { select007Sound } from "@/sounds/select-007";
const [play] = useSound(select007Sound);