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

313 B
Raw Blame History

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

Quote

A short inline quotation.

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