Created
September 17, 2019 09:28
-
-
Save transcendr/041bd118f9246b0232a421805487c629 to your computer and use it in GitHub Desktop.
Embedded Link
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<> | |
<TextBlock | |
as="h1" | |
options={{ size: "large", align: "center", ntp: true }} | |
> | |
This is a large centered headline w/{" "} | |
<TextBlock | |
options={{ | |
link: { to: "/a/login" }, | |
}} | |
style={{ color: "red" }} | |
> | |
<>a link</> | |
</TextBlock>{" "} | |
embedded | |
</TextBlock> | |
<TextBlock options={{ size: "medium", align: "center" }}> | |
An additional style of red text has been applied | |
</TextBlock> | |
</> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment