lomi.

Checkout summary card

Dark hosted-checkout product summary panel.

The CheckoutSummaryCard matches the dark left panel in hosted checkout.

Preview

import { CheckoutSummaryCard } from '@/components/lomi-ui/checkout-summary-card';

export default function Demo() {
  return (
    <CheckoutSummaryCard
      title="Pay for Lomi Pro Plan"
      subtotal={4900}
      total={4900}
      currency="XOF"
    />
  );
}

On this page