Skip to main content

Illustration


Illustrations display static images such as branding, icons, or informative visuals. These elements appear in screens where visual context or identity is important. Illustrations do not support interaction or events.

Properties

PropertyValueDescription
TypeIllustrationUI component type
GroupImageBelongs to the "Image" group
Identifier25Unique element ID
PreviewSee image preview above
ValueYContains a visual value (e.g. logo)
Read-onlyYDoes not support interaction
Text, IconYMay include label or visual icon in some cases
EventYTriggers an event if explicitly wired (rare)
MandatoryOptional unless defined in logic
ChildrenNo nested children
ShadeNo shade property
ListNot a list container
MinNo minimum constraint
MaxNo maximum constraint

Usage Example

<Illustration src="/assets/logo-airdr.svg" alt="Air Doctor Logo" />

SDK Integration

The Reset Password screen uses this element. It appears alongside the SDK method:

Method: /account/reset-password/request

Initiates password recovery. Appears after selecting Forgot password? and includes static visuals such as the logo.


Example UI Placement

LevelIDTypeValueDescription
1logoIllustrationAirDr LogoBranding displayed at top

Notes

  • Use illustrations for non-interactive branding or visual support.
  • Ensure proper alt text for accessibility.
  • Avoid using illustration elements for dynamic or clickable content.