UNPKG

wix-storybook-utils

Version:

Utilities for automated component documentation within Storybook

18 lines 617 B
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 <Text/> instead.', ], featureExamples: [ { title: 'Typography levels', description: "Showcased examples", example: '_as', }, ], }; //# sourceMappingURL=Heading.content.js.map