Back to Reflex

Em (Emphasis)

docs/library/typography/em.md

0.9.2a2171 B
Original Source
python
import reflex as rx

Em (Emphasis)

Marks text to stress emphasis.

python
rx.text("We ", rx.text.em("had"), " to do something about it.")