Itemsby Kenney <https://kenney.nl>
Cloth 2
A distinct, moderate rustling sound of cloth, suitable for character actions like equipping an item, or dynamic UI elements like opening a fabric-like menu.
0.41s4KBCC0cloth, 2
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/cloth-2Usage
import { useSound } from "@/hooks/use-sound";
import { cloth2Sound } from "@/sounds/cloth-2";
const [play] = useSound(cloth2Sound);