When you select any component in the Layers Tree the properties panel will be revealed at the right sidebar. It can be separated into 4 sections:
Each component type has a set of properties. The Text
component has the text
prop, and a Link
is not a link without an URL. All these properties are set in this section of the panel.
Here is where you will layout and style your component. This section is separated into eight parts:
All the styles can be overwritten by selecting a specific screen size.
or a component state like:
Like the screen size overwrite functionality, there are some cases where you need to use different properties if a condition is satisfied. This is an advanced feature and requires some coding knowledge.
To create a condition, add a new one by clicking on the select field and typing the condition using the code editor.