Itemsby Kenney <https://kenney.nl>
Cloth 4
A short, sharp sound of cloth, useful for quick character movements or sudden UI element shifts that have a fabric texture.
0.38s4KBCC0cloth, 4
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/cloth-4Usage
import { useSound } from "@/hooks/use-sound";
import { cloth4Sound } from "@/sounds/cloth-4";
const [play] = useSound(cloth4Sound);