With the container components, content can be shown in different ways.
<tc:box label="Box">Content</tc:box>
<tc:panel>Content</tc:panel>
<p>Content</p> <tc:separator/> <p>Content</p>
Content
<tc:section label="Section">Content</tc:section>
<tc:header>Header-Content</tc:header> <p>Content between header and footer.</p> <tc:footer>Footer-Content</tc:footer>
Content between header and footer.