8-bit pricing cards with a monthly/yearly toggle that swaps prices, a best-value badge, and retro pixel CTAs. Built on the 8bitcn card, badge, button, and separator primitives.
"use client"; import Pricing2 from "@/components/ui/8bit-pricing2"; export default function Default() { return ( <div className="flex w-full min-h-screen items-center justify-center bg-background p-8 retro"> <Pricing2 /> </div> ); }
Part of 8bitcn — browse the full library on 21st.dev.