Containers
Horizontal box
An element whose layout is set horizontally by default. This element is mainly used when you want to create a group of elements or when you want to set responsiveness. You can also place other elements inside the horizontal box.
Vertical box
An element whose layout is set vertically by default. This element is mainly used when you want to create a group of elements or when you want to set responsiveness. You can also place other elements inside the vertical box.
Horizontal repeater
Horizontal repeater is horizontal box, whose children elements may be repeated. You can iterate over the elements by referencing the data from the database.
Vertical repeater
Vertical repeater is vertical box, whose children elements may be repeated. You can iterate over the elements by referencing the data from the database.
Last updated