Itemsby Kenney <https://kenney.nl>
Handle Small Leather
The distinct rustle of small leather being handled, suitable for opening or closing a wallet, bag, or accessing a small item within a UI.
0.34s3KBCC0handle, small, leather
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/handle-small-leatherUsage
import { useSound } from "@/hooks/use-sound";
import { handleSmallLeatherSound } from "@/sounds/handle-small-leather";
const [play] = useSound(handleSmallLeatherSound);