Pass Through documentation for MeterGroup component
Some sections may not be visible due to the availability of the particular feature.
Defines passthrough(pt) options of MeterGroup component.
label | type | description |
---|---|---|
root | MeterGroupPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
meters | MeterGroupPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the meters' DOM element. |
meter | MeterGroupPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the meter's DOM element. |
labels | MeterGroupPassThroughType<HTMLAttributes<HTMLOListElement>> | Used to pass attributes to the labels' DOM element. |
label | MeterGroupPassThroughType<HTMLAttributes<HTMLLIElement>> | Used to pass attributes to the label's DOM element. |
icon | MeterGroupPassThroughType<HTMLAttributes<HTMLElement>> | Used to pass attributes to the label icon's DOM element. |
marker | MeterGroupPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the label marker's DOM element. |
text | MeterGroupPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of MeterGroupMeters component.
label | type | description |
---|---|---|
root | MeterGroupMetersPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of MeterGroupMeter component.
label | type | description |
---|---|---|
root | MeterGroupMeterPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of MeterGroupLabels component.
label | type | description |
---|---|---|
root | MeterGroupLabelsPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of MeterGroupLabel component.
label | type | description |
---|---|---|
root | MeterGroupLabelPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of MeterGroupIcon component.
label | type | description |
---|---|---|
root | MeterGroupIconPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of MeterGroupMarker component.
label | type | description |
---|---|---|
root | MeterGroupMarkerPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of MeterGroupText component.
label | type | description |
---|---|---|
root | MeterGroupTextPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |