Back to Reflex

Strong

docs/library/typography/strong.md

0.9.2a2207 B
Original Source
python
import reflex as rx

Strong

Marks text to signify strong importance.

python
rx.text(
    "The most important thing to remember is, ", rx.text.strong("stay positive"), "."
)