UIby Kenney <https://kenney.nl>
Scroll 003
A smooth, continuous scrolling sound effect, ideal for indicating content navigation, a list moving, or a wheel spinning within a UI.
1.00s8KBCC0scroll, 003
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/scroll-003Usage
import { useSound } from "@/hooks/use-sound";
import { scroll003Sound } from "@/sounds/scroll-003";
const [play] = useSound(scroll003Sound);