Classic side-by-side 8-bit pricing tier cards with feature lists, a highlighted popular tier, and retro pixel CTAs. Built on the 8bitcn card, badge, button, and separator primitives.
import Pricing1 from "@/components/ui/8bit-pricing1"; export default function Default() { return ( <div className="dark flex w-full min-h-screen items-center justify-center bg-background p-8 retro"> <Pricing1 /> </div> ); }
Part of 8bitcn — browse the full library on 21st.dev.