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