A chart component for visualizing email delivery statistics.

import { DeliveryChart } from "@simpu/mail-sdk";

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

Props

value
number

Value of the email delivery stats (from 0 - 100)