• Heading levels must always create a logical hierarchy on the page - from H1 to H2 to H3 and so on.
  • Do not skip heading levels and (for instance) jump directly from H1 to H4.
  • You can change the heading level without affecting the styling using the component prop: <Typography variant="h3" component="h2">.
  • Parameters

    Returns ReactNode

Properties

$$typeof: symbol
defaultProps?: Partial<Omit<TypographyProps, "ref"> & RefAttributes<HTMLElement>>
displayName?: string

Used in debugging messages. You might want to set it explicitly if you want to display a different name for debugging purposes.

propTypes?: WeakValidationMap<Omit<TypographyProps, "ref"> & RefAttributes<HTMLElement>>