strong.md 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"), ".")