Cards & Boardby Kenney <https://kenney.nl>
Dice Shake 3
A prolonged and pronounced sound of multiple dice being shaken vigorously, ideal for adding dramatic flair to a crucial dice roll in a game UI.
1.52s12KBCC0dice, shake, 3
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/dice-shake-3Usage
import { useSound } from "@/hooks/use-sound";
import { diceShake3Sound } from "@/sounds/dice-shake-3";
const [play] = useSound(diceShake3Sound);