export default { description: 'Heading is a typography component used to create levels of hierarchies between text.', do: [ 'Use it as the title of each major section of a page.', 'Use it for short and important titles or numerals.', ], dont: [ 'Don’t use it to display text paragraphs or item titles formed from multiple sentences. Use instead.', ], featureExamples: [ { title: 'Typography levels', description: `Showcased examples`, example: '_as', }, ], };