Hi,<div><br></div><div>Here is what I would like to do with my apllication:</div><div><br></div><div>- I have a root component composed by several components. If I understand well how to do that, I just define a &#39;children&#39; method wich define the subcomponents of this root component.  I can not define a &quot;renderContentOn:&quot; method in the root component, but only in the subcomponents. Am I right?</div>
<div><br></div><div>- Therefor, I can specify some CSS Classes or Ids to the subcompenent but not for the whole root component. Imagine I want a specific background color for my root component and inside him, a specific background colour for each subcomponent (so that between each of them we see the &#39;root colour&#39;). How can I do that? </div>