Cards & Boardby Kenney <https://kenney.nl>
Chips Stack 1
A crisp, quick sound of chips stacking, ideal for confirming a single item added to a pile, a small increment in a counter, or a game piece stacking.
0.28s3KBCC0chips, stack, 1
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/chips-stack-1Usage
import { useSound } from "@/hooks/use-sound";
import { chipsStack1Sound } from "@/sounds/chips-stack-1";
const [play] = useSound(chipsStack1Sound);