Cards & Boardby Kenney <https://kenney.nl>
Dice Throw 3
A clear, concise sound of dice being thrown and landing, suitable for a game UI to indicate the completion of a dice-rolling event.
0.58s5KBCC0dice, throw, 3
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/dice-throw-3Usage
import { useSound } from "@/hooks/use-sound";
import { diceThrow3Sound } from "@/sounds/dice-throw-3";
const [play] = useSound(diceThrow3Sound);