Cards & Boardby Kenney <https://kenney.nl>
Card Shove 2
A distinct, firm sound of a virtual card being shoved, implying a more forceful or confident action.
0.77s7KBCC0card, shove, 2
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/card-shove-2Usage
import { useSound } from "@/hooks/use-sound";
import { cardShove2Sound } from "@/sounds/card-shove-2";
const [play] = useSound(cardShove2Sound);