UIby Kenney <https://kenney.nl>
Back 003
A brief, crisp sound indicating a backward navigation or an action reversal within an application.
0.09s1KBCC0back, 003
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/back-003Usage
import { useSound } from "@/hooks/use-sound";
import { back003Sound } from "@/sounds/back-003";
const [play] = useSound(back003Sound);