SparklineComponent
constSparklineComponent:ForwardRefExoticComponent<SparklineComponentProps&RefAttributes<ChartRef>>
Defined in: react/index.tsx:511
Inline sparkline React component - axis-less mini chart for KPI rows.
Accepts a plain number[] for data (no mapping needed).
Example
Section titled “Example”<SparklineComponent data={[12, 14, 13, 18, 22]} color="#5b8cff" filled height={32} />