Sanity Library Reference Docs
    Preparing search index...
    • A 0–100 completion meter for progress fields; the fill CSS-transitions between values so successive reports animate rather than jump. Display-only.

      Parameters

      • __namedParameters: { label?: string; value: number | null }
        • Optionallabel?: string

          Accessible name for the meter. Defaults to "Progress".

        • value: number | null

          The 0–100 completion; null renders an empty track with an em-dash caption (an unset field, not zero progress).

      Returns Element