Components
Loading preview...
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.
@reapollo
npx shadcn@latest add https://21st.dev/r/larsen66/8bit-pricing2"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>
);
}