Section
Props
Name | Type | Default | Description |
---|---|---|---|
children | ReactNode | ||
className | string | Additionnal CSS class to set on the Section | |
description | ReactNode | The text or custom JSX content to the description of the Section | |
level | 1 | 2 | 3 | 1 | Determines the level of importance of the section. Smaller number means bigger title, think of it as heading levels. |
mods | SectionMods | SectionMods[] | Visual modifiers to apply on the component | |
title | ReactNode | The text or custom JSX content to the title of the Section |
Examples
With Level option
With Mods option
No guidelines exist for Section yet.