Skip to main content

Variable: MeterLabel

@arolariu/components


@arolariu/components / MeterLabel

Variable: MeterLabel

const MeterLabel: 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

Base UI Meter Docs

// was this page useful?