(this page was created automatically. In case of formatting issues, please visit the official Wiki Page)

Boardlet

Overview

General Overview for Boardlets

Specs

General Tokens

Token Description
boardletNameTranslations Localized boardlet name.
boardletType Visual style: Normal or Ghost.
layout Element arrangement: horizontal or vertical.
scrollingEnabled Enables internal scrolling.
showHeader Shows the header section.
showFooter Shows the footer section.
elements Defines header, body, and footer components.
visibilityPolicySetId Visibility controlled by policy set.
dataTestId Testing hook identifier.
events Configures component events.
ON_INIT (Events) Triggered on initialization.
ON_DESTROY (Events) Triggered on removal.

Boardlet Sections Tokens

Token Description
titleTranslations/title Main heading text; translatable.
moreIconVisible Shows overflow menu icon.
leftIcon Optional left icon.
rightIcon Optional right icon.
elements Components placed in the header.
layout Header element layout.

Structure

(Configured in General Properties)

Header

Appears at the top of the boardlet and typically includes:

Body

The body section is the main content area of the boardlet and can contain any combination of components:

Footer

The footer section appears at the bottom of the boardlet and typically includes action buttons:

Boardlet sturcture visualised

Styling

(Configured in Visual Properties)

Visual Properties tab

Actions & Variants

(Configured in Events)

(Configured in Visual Properties)

Tests

(Configured in Testing Hooks)

Authorization

(Configured in Authorization)

Links

Figma: https://www.figma.com/design/yck1tcUXgdQ5aYX6iUAwrO/GE---Astronaut-Design-System?node-id=11550-252668&t=iosNC2AkSTGs5lMh-1 Life style guide: https://e1-dev.k8s.myapp.de/live-style-guide/id5/2-boardlet

Guidelines

Header / Toolbar

Footer

Example styling of the Boardlet Header and Footer

Usage

Sizing & Layout

States & Feedback

Interactions & Events

Visibility & Authorization

Content & Localization

Dos & Don’ts

Do Don’t Article setting(s)
Keep header actions to ≤3 and surface the rest via overflow. Crowd the header with many icons and no overflow. Header elements[] (limit count), moreIconVisible: true
Hide the footer when no workflow actions exist. Leave an empty footer occupying space. showFooter: false
Use layout: "vertical" in the body to stack dense content for readability. Force cramped side-by-side layouts that truncate content. Body layout: "vertical"
Enable scrollingEnabled when content can exceed visible height. Allow content to clip, overlap, or push other regions unpredictably. scrollingEnabled: true
Localize the name and title for all supported locales. Hard-code English-only strings. boardletNameTranslations, titleTranslations/title

Accessibility