2023 Nov.

🔥 New Features

Support replacing with a Component / UI Library while allowing multiple selections.

During the structure phase, you can multiple-select items and use

Untitled

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

2023 Oct.

🔥 New Features

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.

Untitled

Support CSS Grid

We directly support CSS Grid now.

You can multiple select items and choose … / Group to Grid / CSS Grid

Untitled

Untitled

Support Dynamic Items for FlexGroup (Row and Column)

Untitled

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.

Untitled