Skip to contents

The title() component is used to display titles inside a page. It is a simple, large-sized text with explicit header/title semantics.

See the official documention for title, for all the correct props.

Examples

title(
  "hello",
  level = "H1"
)
hello
title(
  "hello",
  level = "H2"
)
hello
title(
  "hello",
  level = "H3"
)
hello