Skip to content

Kitto.Html.FlexPanel

KittoX flex panel and dashboard controllers. FlexPanel renders child views in a CSS Flexbox container (rows/columns with wrap). Dashboard extends FlexPanel with a header and optional auto-refresh via HTMX polling.

TKXFlexItemConfig class

Configuration for a single flex item inside a FlexPanel/Dashboard. YAML path: Items/View

TKXFlexPanelController class

Renders child views in a CSS Flexbox container. Config properties: Direction, Wrap, Gap, JustifyContent, AlignItems. Each child Item can specify Flex, MinWidth, MaxWidth, Height.

Released under Apache License, Version 2.0.