Components
Loading preview...
A modern three-tier pricing table with monthly/annual toggle, dark/light mode support, and glass morphism design effects.
@jatin-yadav05
npx shadcn@latest add https://21st.dev/r/jatin-yadav05/pricing-componentimport Pricing from "@/components/ui/pricing-component";
export default function DemoOne() {
return <Pricing />;
}