Components
Loading preview...
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.
@reapollo
npx shadcn@latest add https://21st.dev/r/larsen66/8bit-pricing1"use client";
import Pricing1 from "@/components/ui/8bit-pricing1";
export default function Default() {
return (
<div className="flex w-full min-h-screen items-center justify-center bg-background p-8 retro">
<Pricing1 />
</div>
);
}