1.6.0 • Published 5 years ago

@schibstedspain/sui-link-basic v1.6.0

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

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-link-basic --save

Usage

Basic usage

import LinkBasic from '@schibstedspain/sui-link-basic'

return (
  <LinkBasic
    useReactRouterLinks
    url='#'
  />
)

Find full description and more examples in the demo page.