Title

Examples

Title Sizes

4xl Title

3xl Title

2xl Title

xl Title

lg Title

md Title

Copied to clipboard

Title Props

The Title component accepts the following props.

NameTypeRequiredDefaultDescription
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