> ## Documentation Index
> Fetch the complete documentation index at: https://docs.renchi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# CustomerInfoCard

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

* 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

<ResponseField name="customer" type="CustomerInfo" required={true}>
  customer
</ResponseField>

## Usage

```tsx theme={null}
import { CustomerInfoCard } from '@/components/CustomerInfoCard';

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