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