Displaying components as a list with labels placed on the left.
View exampleIf you don't need labels, use view.list.
Name | Type | Description |
---|---|---|
type * | "view.labeled-list" | Set component type. |
label | string | Label above the component. |
hint | string | Hint text. |
items * | array of objects | An array of list items. |
items[] | object | Parameters of a list item. |
items[].centerLabel | boolean | If true , a label is center-aligned relative to the content of a list item (content ). Use it if the list consists of large items, such as images or multi-line text.By default, false (the label is aligned to the top of the content block). |
items[].content * | view | List item content. |
items[].hint | string | A pop-up hint displayed next to a label. |
items[].label * | string | A label displayed next to a list item. |
minWidth | number | The minimum width of list content. If the component width is less than the specified value, it switches to compact mode. |
validation | condition | Validation based on condition. |
Last updated: June 30, 2023