Container inside container

The container feature is awesome but I would love the capability to add a container inside another container .

Let’s say we have the following scenario

  1. some text full width
  2. some inputs int 4 columns

For this case we can’t combine them into one container, at the moment , so in the case where that section needs to be visible only based on certain rules, you need to apply the rules to both components.

Now, for 2 it may be ok, but in cases with more then 2 items it’s a lot of work to apply the same rules over and over, when those items could be combined into one main container and the rules could be applied to that container as you would normally do, but for this, we need to have the possibility to add at lest one more container inside another one.

3 Likes