UIby Kenney <https://kenney.nl>
Click 8-Bit
A short, retro-style digital click sound, perfect for actions in a vintage game or pixel-art UI.
0.09s1KBCC0click, button, 8-bit, retro +1
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/click-8bitUsage
import { useSound } from "@/hooks/use-sound";
import { click8bitSound } from "@/sounds/click-8bit";
const [play] = useSound(click8bitSound);