Skip to main content

Toolbar


Toolbar buttons allow users to access navigation or utility options. These elements typically display icons, trigger global settings, or open configuration menus. They appear at the top of functional flows and support events, icons, and read-only display modes.

Toolbar button with gear icon

Properties

PropertyValueDescription
TypeToolbarUI component type
GroupButtonBelongs to the "Button" group in UI catalog
Identifier52Unique element ID
PreviewSee image preview above
Read-onlyYAppears but does not allow interaction
Text, IconYSupports both text and icons
EventYTriggers an event when clicked
MandatoryOptional unless configured otherwise
ChildrenNo nested children elements
ShadeNo background shade option
ListNot a list container
MinNo minimum value requirement
MaxNo maximum value constraint

Usage Example

<ToolbarButton icon="settings" label="Settings" onClick={openSettings} />

SDK Integration

The Reset Password screen uses this element. It links to the SDK method:

Method: /account/reset-password/request

Initiates password recovery. Displays after selecting Forgot password? and prompts the user to enter their email address.


Example UI Placement

LevelIDTypeValueDescription
1change-languageToolbarSettingsTriggers language selector
1logoIllustrationAirDr LogoStatic branding image
1sendButtonSendSubmits password reset request
1supportLinkAir Doctor SupportNavigates to support page

Notes

  • This toolbar icon typically appears in the top-right of the screen.
  • Use this element for non-primary actions that require global access.
  • Combine icons and labels when clarity is needed.