Skip to main content

Variable: MeterIndicator

@arolariu/components


@arolariu/components / MeterIndicator

Variable: MeterIndicator

const MeterIndicator: ForwardRefExoticComponent<Omit<Omit<MeterIndicatorProps, "ref"> & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>

Defined in: components/ui/meter.tsx:92

Renders the filled indicator that reflects the current meter value.

Remarks

  • Renders a <div> element by default
  • Built on Base UI Meter indicator primitives

Example

<MeterIndicator />

See

Base UI Meter Docs

// was this page useful?