Emphasiscomponent

Emphasis({ children }: EmphasisProps): ReactElement
ParamType
propsEmphasisProps
Props for Emphasis — optional children. required
Return
ReactElement
Rendered <em> element.

Emphasised text — renders an <em> element for stress emphasis (typically italic).

Examples

<Emphasis>really</Emphasis>