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

Search documentation...

/

Star

12k+

[ Learn ]

[ Concepts ]

[ Reference ]

Tooltip


A tooltip is a brief, informative message that appears when a user interacts with an element. Tooltips are usually initiated in one of two ways: through a mouse-hover gesture or through a keyboard-hover gesture.

Example

rx.tooltip(
    rx.text("Example", font_size=30),
    label="Tooltip helper.",
)

Tooltip


A tooltip message to appear.


← PopoverHtml →

Copyright © 2023 Pynecone, Inc.