MeterGroup displays scalar measurements within a known range.
MeterGroup requires a value as the data to display where each item in the collection should be a type of MeterItem.
Adding more items to the array displays the meters in a group.
Icons can be displayed next to the labels instead of the default marker.
The position of the labels relative to the meters is defined using the labelPosition property. The default orientation of the labels is horizontal, and the vertical alternative is available through the labelOrientation option.
Layout of the MeterGroup is configured with the orientation property that accepts either horizontal or vertical as available options.
Boundaries are configured with the min and max values whose defaults are 0 and 100 respectively.
MeterGroup provides templating support for labels, meter items, and content around the meters.
MeterGroup component uses meter role in addition to the aria-valuemin, aria-valuemax and aria-valuenow attributes. Value to describe the component can be defined using aria-labelledby prop.
Component does not include any interactive elements.