Cards & Boardby Kenney <https://kenney.nl>
Dice Grab 2
A clear sound of multiple dice being quickly grabbed, suitable for a game UI action like collecting dice for a re-roll or selecting them to play.
0.83s7KBCC0dice, grab, 2
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/dice-grab-2Usage
import { useSound } from "@/hooks/use-sound";
import { diceGrab2Sound } from "@/sounds/dice-grab-2";
const [play] = useSound(diceGrab2Sound);