Em
Em
is a component that represents emphasized text. By default, it renders a em
element.
Theming
The Em
is a single part component.
If you want to change the style of the component, please check here.
export const Em: ComponentStyle<"Em"> = {baseStyle: {fontStyle: "italic",},}
Edit this page on GitHub