Impactby Kenney <https://kenney.nl>
Impact Metal Light 001
A quick, crisp light metallic click, suitable for rapid menu navigation, minor selections, or a responsive feedback for transient states.
0.25s2KBCC0impact, metal, light, 001
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/impact-metal-light-001Usage
import { useSound } from "@/hooks/use-sound";
import { impactMetalLight001Sound } from "@/sounds/impact-metal-light-001";
const [play] = useSound(impactMetalLight001Sound);