# Title The Title system provides consistent text headings with different size variants. It helps maintain visual hierarchy and readability throughout the interface. ### Size Variations The Title system offers five size variants: small, base (default), large, xlarge, and xxlarge. Small TitleBase TitleLarge TitleExtra Large TitleXXL Title TitleSize Variations Small Title Base Title Base Title Large Title Extra Large Title XXL Title Small by default, base on large screens ### Responsive Titles The Title system supports responsive variants using breakpoint prefixes. #### Breakpoint Prefixes Use breakpoint prefixes like `sm:`, `md:`, `lg:` to apply different sizes at different screen widths. Responsive TitleSmall by default, xlarge on lg screens TitleResponsive Responsive Title Base by default, xlarge on lg screens #### Orientation and Size+Orientation Title sizes can adapt to orientation with `portrait:` and can be combined with size breakpoints (e.g., `md:portrait:`). Orientation VariantLarge by default, small in portrait. TitleOrientation Orientation Variant Large by default, small in portrait. Previous [Mashup Assemble multiple plugin views into a single interface](/framework/docs/mashup) Next [Value Display data values with consistent formatting](/framework/docs/value)