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
Blockquote is a component that represents a quotation. By default, it renders a blockquote element.
Blockquote
blockquote
Em is a component that represents emphasized text. By default, it renders a em element.
Em
em
Code is a component that represents a code block. By default, it renders a code element.
Code
code
Highlight is a component that highlights specified strings within text. By default, it renders a p element.
Highlight
Edit this page on GitHub