Components
Loading preview...
Glassmorphism checkout card with payment method selector and input fields
@moumensoliman
npx shadcn@latest add https://21st.dev/r/moumensoliman/glass-checkout-card-shadcnuiimport { GlassCheckoutCard } from "@/components/ui/glass-checkout-card-shadcnui"
export default function Demo() {
return (
<div className="flex min-h-screen items-center justify-center bg-background p-8">
<GlassCheckoutCard />
</div>
)
}