Cards & Boardby Kenney <https://kenney.nl>
Chips Collide 2
A quick, clear sound of chips colliding, appropriate for a short interaction where items bump or for a distinct feedback in a game inventory.
0.23s2KBCC0chips, collide, 2
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/chips-collide-2Usage
import { useSound } from "@/hooks/use-sound";
import { chipsCollide2Sound } from "@/sounds/chips-collide-2";
const [play] = useSound(chipsCollide2Sound);