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 @s-ui/react-link-basic --save
Usage
Basic usage
import LinkBasic from '@s-ui/react-link-basic'
return (
<LinkBasic
useReactRouterLinks
url='#'
/>
)
Find full description and more examples in the demo page.