What are components? | Aquro Help Center

Components are reusable visual or code components that you can add to the various pages throughout your app.

Components contain an HTML/Handlebars template and a set of properties. From the visual designer, you may add components to a page. When the page is loaded, the set properties will be sent to your component and it will then be rendered. In this way, you may create components that behave differently or show different information depending on the properties set in the properties pane.

(Here's where you'll find the properties pane for a component)

The template for components is written in Handlebars, for more details about how to write templates view this article.

For more information about components, view these articles.