wix-storybook-utils
Version:
Utilities for automated component documentation within Storybook
20 lines • 697 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.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