Itemsby Kenney <https://kenney.nl>
Handle Small Leather 2
A slightly different, perhaps quicker or more pronounced, rustle of small leather, ideal for confirming a selection or a brief interaction with a leather-bound UI element.
0.31s3KBCC0handle, small, leather, 2
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/handle-small-leather-2Usage
import { useSound } from "@/hooks/use-sound";
import { handleSmallLeather2Sound } from "@/sounds/handle-small-leather-2";
const [play] = useSound(handleSmallLeather2Sound);