Component Property expansion

Components are great for style synergy between all sections on your page.

while using them i found a couple shortcomings on them.

  1. Property passthrough
    curently you cannot pass a property from a parent component down to a child component
  2. Property use limitation
    When setting up complicated components that have lets say a code block, where a value can change depending on the placement of the component. we cannot set a property and use that within the codeblock.

i think both would be solved if we could also use the properties as dynamic data tags
so you could assign them through the purple buttons AND you can use them as dd tags

3 Likes