Payment Option
npx shadcn@latest add https://21st.dev/r/minhxthanh/payment-option
Loading preview...
import PaymentRadio from "@/components/ui/payment-option"; export default function DemoOne() { return <PaymentRadio />; }