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