1.1.0 • Published 7 years ago

@schibstedspain/sui-links-basic v1.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
7 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-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.