Itemsby Kenney <https://kenney.nl>
Book Close
A soft, conclusive thud indicating the closing of a virtual book or document within an interface.
0.23s2KBCC0book, close
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/book-closeUsage
import { useSound } from "@/hooks/use-sound";
import { bookCloseSound } from "@/sounds/book-close";
const [play] = useSound(bookCloseSound);