Cards & Boardby Kenney <https://kenney.nl>
Dice Grab 1
The sound of several dice being picked up or gathered, perfect for a game UI when a player prepares to roll, or selects dice.
0.70s6KBCC0dice, grab, 1
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/dice-grab-1Usage
import { useSound } from "@/hooks/use-sound";
import { diceGrab1Sound } from "@/sounds/dice-grab-1";
const [play] = useSound(diceGrab1Sound);