This example show a dark bar with a 'brand' facet, a menu and right side content inside an 'after' facet.
The bar should collapse on large size, so the markup large
is added.
<tc:bar markup="large, dark">
<tc:style customClass="bg-dark"/>
<f:facet name="brand">
<tc:link label="BRAND" outcome="/content/000-intro/Intro.xhtml"/>
</f:facet>
<tc:links>
<tc:link label="Link One"/>
<tc:link label="Link Two"/>
</tc:links>
<f:facet name="after">
<tc:flexLayout columns="1fr auto">
<tc:in placeholder="Search" labelLayout="skip"/>
<tc:button label="Go"/>
</tc:flexLayout>
</f:facet>
</tc:bar>