Interface MetricValueProps

Hierarchy

  • MetricValueProps

Properties

color?: ResponsiveStyleValue<undefined | string[] | Color> | ((theme: Theme) => ResponsiveStyleValue<undefined | string[] | Color>)

MUI Typography color applied to the metric value text.

Default

"inherit"

metric: string | Metric

Metric represented by the metric value.

region: Region

Region represented by the metric value.

variant?: "inherit" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "subtitle1" | "subtitle2" | "body1" | "body2" | "caption" | "button" | "overline" | "labelSmall" | "paragraphSmall" | "paragraphLarge" | "labelLarge" | "dataEmphasizedSmall" | "dataEmphasizedLarge" | "dataTabular"

MUI Typography variant applied to the metric value text.

Default

"dataEmphasizedLarge"

Generated using TypeDoc