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