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