Skip to main content
Version: 0.45

Chevron

The Chevron component displays a row of arrow-shaped stages built from a reference list, with the stage matching the bound property's current value highlighted. Use it to show progress through a fixed sequence of statuses, such as an order's fulfilment pipeline.

Image

Clicking a stage does not change the value

Each stage is a fully configurable button (the same underlying button component used by Button and Button Group), so clicking one only does whatever action you configure for it - it does not automatically advance the bound property. The highlighted stage is purely a visual match against the property's current value, driven separately from whatever a click does.


Properties

The following properties are available to configure the behavior of the component from the form editor (this is in addition to common properties).

Data

Reference List object

Defines which reference list drives the Chevron's stages.

warning

Reselect the reference list if you change any of its items after configuring this component - the item selector below does not update automatically.

Items object

Selects which items from the chosen reference list appear as stages. Selecting an item opens a small per-item builder (shared with Kanban's column items, not Button Group) where you can hide that stage or attach an Action Configuration that fires when the stage is clicked.

No per-item icon setting

There is no icon field in this builder. Each stage's icon is inherited from the icon already configured on that reference list item, and is only shown when Show Icons (below, under Appearance) is switched on.


Appearance

Font object

Sets the font (family, size, weight, colour, alignment) applied to each stage's label text.

Dimensions object

Sets the Width and Height of each stage. There is no min/max width or height, and no Overflow control.

Color Settings

Color Source object

Controls where each stage's colour comes from:

OptionBehaviour
Primary color (default)Uses the application theme's primary colour.
Custom colorUses the colour you set in Active Color below.
From reflist itemUses the colour configured on each reference list item itself.

Active Color string

The colour applied to the currently active stage. Only shown when Color Source is set to Custom color.

Show Icons boolean

Shows each stage's configured icon alongside its label.