diff --git a/docs/apps/4_app_configuration_settings/1_app_component_library.mdx b/docs/apps/4_app_configuration_settings/1_app_component_library.mdx index e50cb3015..34976e890 100644 --- a/docs/apps/4_app_configuration_settings/1_app_component_library.mdx +++ b/docs/apps/4_app_configuration_settings/1_app_component_library.mdx @@ -2,8 +2,14 @@ import DocCard from '@site/src/components/DocCard'; # Component Library +Windmill provides a set of components that can be used to build apps. + The app components library is located on the right-hand side of the app editor. It displays the app components and allows you to configure them. +The list of components is constantly growing according to our users' expectations. If you feel like a new component would be useful, please [reach out to us](/docs/misc/getting_help/). + +Even though the list of components is never as up to date as on [Windmill Cloud](https://app.windmill.dev/user/login), here is the list of the available components: + ## Components properties Components can be configured in two ways: @@ -30,86 +36,296 @@ Components can be configured in two ways: Click on a component in the component library to insert it in the app canvas. It will be automatically positioned to the first available spot starting from the top left corner -## Components list +## Layout -Windmill provides a set of components that can be used to build apps. +The layout components are used to organize the components in the app canvas. -The list of components is constantly growing according to our users' expectations. If you feel like a new component would be useful, please [reach out to us](/docs/misc/getting_help/). +### [Container](./container.mdx) -Even though the list of components is never as up to date as on [Windmill Cloud](https://app.windmill.dev/user/login), here is the list of the available components: +