Itemsby Kenney <https://kenney.nl>
Cloth 3
A clear, slightly longer rustling sound of cloth, ideal for more pronounced character interactions, or UI transitions involving a curtain-like effect.
0.48s4KBCC0cloth, 3
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/cloth-3Usage
import { useSound } from "@/hooks/use-sound";
import { cloth3Sound } from "@/sounds/cloth-3";
const [play] = useSound(cloth3Sound);