GitHub

Heading

The Heading component displays section headings.

Preview

Heading

API Reference

proptypedefaultdescription
packagetyping.Literal['flect']flectNone
class_nametyping.Optional[str]NoneSpecifies the Tailwind CSS classes for the component.
leveltyping.Literal[1, 2, 3, 4, 5, 6]NoneDetermines the heading's level (1-6).
text<class 'str'>NoneSpecifies the heading's text.
idtyping.Optional[str]NoneSpecifies the heading's id.