mljr-ui · showcase

Pricing Card

Pricing tier card with price display, feature checklist, and CTA button.

primitive pricing-card

Usage

primitive.PricingCard(primitive.PricingCardProps{
    Name:  "Pro",
    Price: "€29",
    Period: "/month",
    Features: []string{"Unlimited projects", "Custom domain", "Priority support"},
    CTA: "Get started",
    CTAHref: "/signup",
    Highlighted: true,
})