An 8-bit styled FAQ block: a responsive two-column grid of retro card tiles, each pairing a question with a short answer. Built on the 8bit card primitive with the Press Start 2P pixel font.
import FAQ2 from "@/components/ui/8bit-faq2"; export default function Demo() { return ( <div className="retro flex min-h-screen w-full items-center justify-center p-6"> <FAQ2 /> </div> ); }
Part of 8bitcn — browse the full library on 21st.dev.