DmLayoutContainer
Updated Aug 18, 2026
DataMagik Application DesignerDmLayoutContainer
DmLayoutContainer — the platform's `layout_container`.
States
default
Example
<DmLayoutContainer>…</DmLayoutContainer>
Props
| Name | Type | Required | Default |
|---|---|---|---|
label | string | undefined | |
direction | 'row' | 'column' | 'column' | |
gap | 'none' | 'sm' | 'md' | 'lg' | 'md' | |
align | 'start' | 'center' | 'end' | 'stretch' | 'stretch' | |
justify | 'start' | 'center' | 'end' | 'between' | 'start' | |
wrap | boolean | false | |
outlined | boolean | false | |
padded | boolean | false |
Slots
default