Komponent

Groups explained (Overlap, Stack, Komponent)

Groups explained (Overlap, Stack, Komponent) #

Overlap Group #

The “Overlap” group is a container for other modules, the layer size will increase based on its contents so it will basically “wrap” the items inside it. As the name suggest the “Overlap” group will place the items one on top of the other, you will then need to use the padding or the anchor to move them inside, the anchor is relative to the Group so if you anchor something “top left” in an Overlap Group it will be the top left of the group itself. 

...

How to link komponent and root global variables

How to link komponent and root global variables #

There are instances when you need to access your root global variables from a komponent. To do this, the two variables needs to be linked. The steps below demonstrate how this is done.

  1. Create a Text global variable (rootVar) in your root directory with some data
rootVar
  1. Create another Text global variable (kVar) in your komponent and leave it empty
rootVar
  1. Tap on the check box next to your list kVar
  2. Tap on the “globe” icon from the top right
rootVar
  1. Tap on the “globe” icon that’s appended to your kVar variable
rootVar
  1. Select rootVar from the list
rootVar
  1. Add a Text element in your komponent with the following formula: $gv(kVar)$

rootVar rootVar

...




Privacy Policy