Components
npx shadcn@latest add https://21st.dev/r/shadcnspace/radio-group-with-plan-cardsLoading preview...
import RadioGroupWithPlanCards from "@/components/ui/radio-group-with-plan-cards";
export default function DemoOne() {
return <RadioGroupWithPlanCards />;
}