Closed metonym closed 6 months ago
v11 has a new Heading and Section component.
Heading
Section
It automatically sets the heading level based on the nesting of sections.
<Section> <Heading>Heading 1</Heading> <Section> <Heading>Heading 2</Heading> <Section> <Heading>Heading 3</Heading> <Section> <Heading>Heading 4</Heading> <Section> <Heading>Heading 5</Heading> <Section> <Heading>Heading 6</Heading> <Section> <Heading>Capped at Heading 6</Heading> </Section> </Section> </Section> </Section> </Section> </Section> <Section> <Heading>Heading 2</Heading> </Section> </Section>
v11 has a new
Heading
andSection
component.It automatically sets the heading level based on the nesting of sections.