Cards & Boardby Kenney <https://kenney.nl>
Card Shove 3
A short, clear sound of a card being briskly shoved, useful for rapid card manipulation actions.
0.69s6KBCC0card, shove, 3
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/card-shove-3Usage
import { useSound } from "@/hooks/use-sound";
import { cardShove3Sound } from "@/sounds/card-shove-3";
const [play] = useSound(cardShove3Sound);