Back to Reflex

Quote

docs/library/typography/quote.md

0.9.2a2273 B
Original Source
python
import reflex as rx

Quote

A short inline quotation.

python
rx.text(
    "His famous quote, ",
    rx.text.quote("Styles come and go. Good design is a language, not a style"),
    ", elegantly sums up Massimo’s philosophy of design.",
)