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