Variable: MeterLabel
@arolariu/components / MeterLabel
Variable: MeterLabel
constMeterLabel:ForwardRefExoticComponent<Omit<Omit<MeterLabelProps,"ref"> &RefAttributes<HTMLSpanElement>,"ref"> &RefAttributes<HTMLSpanElement>>
Defined in: components/ui/meter.tsx:123
Renders the accessible label associated with a meter.
Remarks
- Renders a
<span>element by default - Built on Base UI Meter label primitives
Example
<MeterLabel>Storage used</MeterLabel>
See
// was this page useful?