Created
June 6, 2017 06:21
-
-
Save jenkliu/cc411065f1855073d2d0a2a91acaf055 to your computer and use it in GitHub Desktop.
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
<div> | |
This is text with <UILink to="/">an inline link</UILink>. | |
This is text with <UILink newTab={true} to="https://google.com">an external link</UILink>. | |
This is text with <UILink onClick={() => alert('Hello World!')}>an <UICode>onClick</UICode> handler</UILink>. | |
This is text with <UILink disabled={true}>a disabled link</UILink>. | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment