quote.md 313 B


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 Massimo’s philosophy of design."
  )