An 8-bit styled audio settings panel with master volume and SFX sliders plus mute and vibration toggle switches. Source-verbatim from the 8bitcn audio-settings block.
import AudioSettings from "@/components/ui/8bit-audio-settings"; export default function Demo() { return ( <div className="flex items-center justify-center min-h-screen p-8 retro"> <AudioSettings className="w-full max-w-[600px]" /> </div> ); }
Part of 8bitcn — browse the full library on 21st.dev.