Cards & Boardby Kenney <https://kenney.nl>
Card Place 1
A subtle thud as a single virtual card is placed onto a surface, ideal for casual card games.
0.69s6KBCC0card, place, 1
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/card-place-1Usage
import { useSound } from "@/hooks/use-sound";
import { cardPlace1Sound } from "@/sounds/card-place-1";
const [play] = useSound(cardPlace1Sound);