Stable3.85.0View in LexiconCHANGELOG
Basic Usage
By default, when using ClayLink your component will be rendered as an anchor.
You can style a link just passing displayType
property to value secondary
or primary
.
Copied!
With Context
Additionally, if you want to customize every Link component in your app, you are able to do so by using <ClayLinkContext.Provider />
.
Copied!
Code Sample (expand to see it)