<SectionHeader>
ComponentVery simple headline & subheading for a section of a page.
<SectionHeaderheadline='Headline'description='Maecenas sed <strong>diam eget</strong> risus varius blandit sit amet non magna.'/>
Name | Description |
---|---|
headline string | The primary headline. |
description string | A smaller line of text below the headline. |
useH1 boolean | Whether to make the headline an h1 or h2. |
With useH1
prop:
<SectionHeaderheadline='Headline'description='Maecenas sed diam eget risus varius blandit sit amet non magna.'useH1={true}/>
With description
in a <p>
tag:
<SectionHeaderheadline='Headline'description='<p>Maecenas sed <strong>diam eget</strong> risus varius blandit sit amet non magna.</p>'/>
With description
with multiple <p>
:
<SectionHeaderheadline='Nomad Open Source and Enterprise Features'description='<p>Nomad Open Source addresses the <strong>technical complexity</strong> of workload orchestration in the cloud, on-prem, or on hybrid infrastructure.</p><p>Nomad Enterprise addresses the organizational complexity of multi-team and multi-cluster deployments with collaboration and governance features.</p>'/>