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