✨ Announcing our seed funding led by Lux Capital! Read more about it on our blog
DocsBlogChangelog

Search documentation...

/

Star

12k+

[ Learn ]

[ Concepts ]

[ Reference ]

Span


The span component can be used to style inline text.
Write some stylized text using spans.
rx.box(
    "Write some ",
    rx.span("stylized ", color="red"),
    rx.span("text ", color="blue"),
    rx.span("using spans.", font_weight="bold"),
)

Span


Render an inline span of text.


  • Base Event Triggers

← HeadingMarkdown →

Copyright © 2023 Pynecone, Inc.