During the structure phase, you can multiple-select items and use
Now, you can change the flex-direction from row to column on smaller resolution devices. This is very useful when the screen width becomes smaller, allowing you to adapt the content from a row layout to a column layout and better fit
Now, you can change the flex-direction from row to column on smaller resolution devices. This is very useful when the screen width becomes smaller, allowing you to adapt the content from a row layout to a column layout and better fit the screen size.
We directly support CSS Grid now.
You can multiple select items and choose … / Group to Grid / CSS Grid
If the children of Flexgroup should be dynamically generated from API data, it is common to use the code below.
data.map(item => <Card />)
In this case, you can check the options for dynamic items and preview the children by changing the count.
And the preview code is below.