Components

The Range components include the following:

  • Range - Allows users to select a value within a specific range.
  • RangeMeasure - Displays tick marks or numbered values for a range.
  • RangeMeasureTick - Individual tick mark in a RangeMeasure component.

Range

The Range component allows users to select a value within a specific range by dragging a handle. It can be used independently or paired with the RangeMeasure component.

RangeMeasure

The RangeMeasure component displays tick marks or numbered values for a range. It pairs well with the Range component to provide visual reference points.

RangeMeasureTick

The RangeMeasureTick component represents an individual tick mark in a RangeMeasure component. It's used internally by RangeMeasure and typically not used directly.