Cards & Boardby Kenney <https://kenney.nl>
Dice Shake 1
A rhythmic rattling of dice being shaken, excellent for a game UI to build anticipation before a dice roll.
1.48s12KBCC0dice, shake, 1
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/dice-shake-1Usage
import { useSound } from "@/hooks/use-sound";
import { diceShake1Sound } from "@/sounds/dice-shake-1";
const [play] = useSound(diceShake1Sound);