Skip to main content

Launch Week Day 4 - Groups of Components

· 2 min read
Henri Courdent

Group of components thumbnail


Day 4 of our Launch Week is dedicated to the App Editor. The app editor is a low-code builder to create custom User Interfaces with a mix of drag-and-drop and code.

Windmill already provides over sixty components for its users. All components cover vast majority of needs. Components are most powerful when grouped together, enabling to implement complex logic.

We are proud to introduce component groups, which allow you to build your own meta-components, accessible via drag-and-drop from any app in your workspace. Saved components group keep the logic between each components, avoiding creating it over and over.

How to create groups of components


  1. From the editor, pick a container component and enable "Container is a component group".
  2. Create at least one group field.
  3. Fill the group field's object, either manually or dynamically through an eval.
  4. Now the container's components can be connected to the group fields items through group.group_field_name.optional_subitems

Inside those "container groups", you can refer to "group.x" to refer to one of those group field which make this independent of the id of the container itself.

Component groups can be saved to workspace. They will be available from all workspace apps as a component under the "Groups" category. They are saved as resources, under the app_groups folder.

Groups of components can be combined with styling to provide very custom components:

Learn more

To learn more about the launch week, you can visit our dedicated page or subscribe via our newsletter sign up form.

For more details on group of components, see:

Windmill Logo
Windmill is an open-source and self-hostable serverless runtime and platform combining the power of code with the velocity of low-code. We turn your scripts into internal apps and composable steps of flows that automate repetitive workflows.

You can self-host Windmill using a docker compose up, or go with the cloud app.