Link
Also known as a hyperlink, a link is a clickable (text or image) element used for navigation purposes.
install | yarn add @clayui/link |
---|---|
version | 3.111.0 |
Stable3.111.0View in LexiconCHANGELOG
Basic Usage
By default, when using ClayLink your component will be rendered as an anchor.
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)