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

# Delivery Chart

A chart component for visualizing email delivery statistics.

```jsx theme={null}
import { DeliveryChart } from "@simpu/mail-sdk";

function MyComponent() {
  return <DeliveryChart value={85} />;
}
```

## Props

<ParamField path="value" type="number">
  Value of the email delivery stats (from 0 - 100)
</ParamField>
