Class: Glib::JsonUi::ViewBuilder::Panels::Flow
- Inherits:
-
View
- Object
- JsonUiElement
- View
- Glib::JsonUi::ViewBuilder::Panels::Flow
- Defined in:
- app/helpers/glib/json_ui/view_builder/panels.rb
Overview
Flow layout panel that wraps children like text (left to right, then top to bottom).
Flow panels use CSS flexbox with flex-wrap, creating a responsive grid-like layout where children wrap to the next line when they exceed container width. Supports responsive gap and padding for different screen sizes.
Instance Attribute Summary
Attributes inherited from JsonUiElement
Method Summary
Methods inherited from View
Methods inherited from JsonUiElement
Constructor Details
This class inherits a constructor from Glib::JsonUi::JsonUiElement