reflex/docs/library/typography/strong.md
2024-02-26 17:18:28 +01:00

250 B

components
rx.radix.text.strong
import reflex as rx

Strong

Marks text to signify strong importance.

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