> ## 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.

# DashboardClient

> DashboardClient component

DashboardClient component

## Props

<ResponseField name="initialData" type="DashboardMetrics | null" required={false}>
  initialData
</ResponseField>

## Usage

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

export default function Example() {
  return (
    <DashboardClient  />
  );
}
```
