Props
ProgressBar
string
Label for the metric being visualized
number
Width and height of the progress bar
string
Thickness of the progress bar ring
string
Color of progress bar track
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
import { AnalyticsEngagementItem } from "@simpu/mail-sdk";
function MyComponent() {
return <AnalyticsEngagementItem.ProgressBar value={75} color="green" />;
}