You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gabe Webb edited this page Mar 20, 2025
·
1 revision
The <Hyperlink> component can be used to create clickable references to external sources (like an URL) or internal sources (like pointing to another section). Hyperlink text is styled by nesting the <Text> component in it.
<Hyperlinkurl="http://google.com"><Textcolor="blue"isUnderlined>
Google
</Text></Hyperlink>