Title
Examples
Title Props
The Title component accepts the following props.
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| size | enum: md, lg, xl, 2xl, 3xl, 4xl | the size of the Title | ||
| children | node | '' | content rendered inside the Title | |
| className | string | '' | additional classes added to the Title | |
| headingLevel | enum: 'h1', 'h2', 'h3', 'h4', 'h5', 'h6' | 'h1' | the heading level to use |