Title
Dynamic and responsive titles with control
Quick nav
Features
- Dynamic HTML tag
- Fully customizzable
- Responsive text
- Decoupled size and semantic
- Themes ready
Anatomy
import { Title } from "@wonderflow/react-components";
export default () => {
return <Title>Title</Title>;
};API Reference
Property
Type
Default
levelenum1lineHeightenumsmalltextAlignenumstartmaxWidthstringresponsivebooleantrueasenumspanAccessibility
The Title component is rendered as span by default. Make sure to define the correct heading tag when semantic is required to make the content navigable and accessible with AT.
Read more about how to manage headings and accessibility.