Skip to main content
  • CustomerInfoCard - Customer details with quick actions * Shows customer name, phone, email, address with one-click actions. Phone number should be instantly callable for CSRs.

Props

customer
CustomerInfo
required
customer

Usage

import { CustomerInfoCard } from '@/components/CustomerInfoCard';

export default function Example() {
  return (
    <CustomerInfoCard customer={customer} />
  );
}