Cards & Boardby Kenney <https://kenney.nl>
Card Place 3
A distinct, medium-length sound of a virtual card being positioned, indicating a considered placement.
0.88s7KBCC0card, place, 3
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/card-place-3Usage
import { useSound } from "@/hooks/use-sound";
import { cardPlace3Sound } from "@/sounds/card-place-3";
const [play] = useSound(cardPlace3Sound);