Ready 28.1.0+
GeoVerticalLayoutGeoVerticalLayout
is a component designed to organise elements it contains
in a column direction, having an optional header and footer, and the main
content with a scrollable container.
Properties
Prop name | Type | Default value | Description |
---|---|---|---|
wrapperTag
| string |
'div'
| Show description |
Slots
Name | Description |
---|---|
header | Use this slot to set the content that will be displayed in the upper part of the layout |
default | Use this slot to customize content displayed inside the layout, which will have scroll if the max height is met |
footer | Use this slot to set the content that will be displayed in the bottom of the layout |
Constants
This component has no exported constants.