Leave Yamada UI a star

Star
Yamada UIYamada UIv1.6.5

Em

Em is a component that represents emphasized text. By default, it renders a em element.

Source@yamada-ui/typography

Theming

The Em is a single part component.

export const Em: ComponentStyle<"Em"> = {
baseStyle: {
fontStyle: "italic",
},
}
Copied!

Edit this page on GitHub

PreviousBlockquoteNextCode