Pricing Card With Features
npx shadcn@latest add https://21st.dev/r/erikvalencia1/pricing-card-with-features
Loading preview...
import { Box } from "@/components/ui/pricing-card-with-features"; export default function DemoOne() { return <Box />; }