Stack
Container properties
All component configurations support Container properties at the first level.
Component properties
| Name | Type | Default | Supports Variable Pattern | Description |
|---|---|---|---|---|
| className | string | ✔️ | Root div's className | |
| style | object | Root div's style | ||
| flexDirection | string | properties equivalent to css flex | ||
| gap | number | 8 | properties equivalent to css flex | |
| alignItems | string | properties equivalent to css flex | ||
| justifyContent | string | properties equivalent to css flex |
All the remaining componentsProps will be passed to the component root element (div).
JS API
The interface obtained through formApi.getFieldApi() is as follows:
| Name | Type | Description |
|---|---|---|
| node | HTML Element | The root DOM element of the component |