Components
Loading preview...
This component is a pricing plan selector built with React and ShadCN UI. It displays three subscription options—Free, Pro, and Enterprise—each inside a styled card. The plans include a title, price, base units, and a list of features. A toggle button allows switching between showing the base units included in each plan or the per-unit pricing. The design ensures clarity by neatly aligning text, removing decimals
npx shadcn@latest add https://21st.dev/r/ruixen.ui/case-studiesimport Casestudies from "@/components/ui/case-studies";
export default function DemoOne() {
return <Casestudies />;
}