Itemsby Kenney <https://kenney.nl>
Cloth Belt
A sound of a cloth belt being handled, suitable for character customization UI feedback when selecting or adjusting clothing accessories.
0.72s6KBCC0cloth, belt
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/cloth-beltUsage
import { useSound } from "@/hooks/use-sound";
import { clothBeltSound } from "@/sounds/cloth-belt";
const [play] = useSound(clothBeltSound);