Layers represent the visual elements in your app. To add a new layer you can drag a block from the block menu into your layers panel.
when you click on a layer, you can editing using the edit panel on the right side of the screen

Most layers will have Design Settings and Properties
The design tab is where you change the physical look of your component, like its background color, spacing and border.
The property tab is where you can pass the specific data or settings for the layer, like the the value of text or the the data for a list
Sometimes you may want to dynamically edit a design settings or a property based on a value (Lets day you want to button to look disabled when the user isn't logged in). You can do this by using conditions on your layer. Every condition requires a name and True/False value. The value you pass is true, the settings for this condition will apply
