Impactby Kenney <https://kenney.nl>
Impact Soft Heavy 000
A deep, muffled heavy impact, suitable for UI elements that require a weighty but not jarring feel, like a modal closing or an item settling into place.
0.53s5KBCC0impact, soft, heavy, 000
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/impact-soft-heavy-000Usage
import { useSound } from "@/hooks/use-sound";
import { impactSoftHeavy000Sound } from "@/sounds/impact-soft-heavy-000";
const [play] = useSound(impactSoftHeavy000Sound);