@schibstedspain/sui-links-basic
v1.1.0
Published
> Component to show a link. The advantatge of this component is that, depending on the props, you could get a link disabled, a link to another website or a link to the SPA so your code is
Downloads
3
Readme
LinkBasic
Component to show a link. The advantatge of this component is that, depending on the props, you could get a link disabled, a link to another website or a link to the SPA so your code is
Installation
$ npm install @schibstedspain/sui-links-basic --save
Usage
Basic usage
import LinkBasic from '@schibstedspain/sui-links-basic'
return (
<LinkBasic
useReactRouterLinks
url='#' />
/>
)
Find full description and more examples in the demo page.