Leave Yamada UI a star
Search the docs
Components such as Heading and Text are available for constructing text in your project.
Heading
Text
Text is a component that represents a paragraph of text. By default, it renders a p element.
p
Heading is a component that represents section headings. By default, it renders an h1 element.
h1
Highlight is a component that highlights specified strings within text. By default, it renders a p element.
Highlight
Edit this page on GitHub