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