Cards & Boardby Kenney <https://kenney.nl>
Dice Throw 1
A distinct sound of dice being thrown and landing, perfect for confirming a dice roll action in a game UI.
0.63s6KBCC0dice, throw, 1
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/dice-throw-1Usage
import { useSound } from "@/hooks/use-sound";
import { diceThrow1Sound } from "@/sounds/dice-throw-1";
const [play] = useSound(diceThrow1Sound);