1.0.6 • Published 3 years ago

react-smart-link v1.0.6

Weekly downloads
99
License
MIT
Repository
github
Last release
3 years ago

react-smart-link

react-router-dom Link support for external URLs.

Install

$ npm install --save react-smart-link

Usage

import ReactSmartLink from "react-smart-link";

// Will produce <a href="https://....">External link</a>
<ReactSmartLink to="https://....">External link</ReactSmartLink>

// Will produce <Link to="/react/router/route">Internal link</Link>
<ReactSmartLink to="/react/router/route">Internal link</ReactSmartLink>

// Will produce <button type="button">Button name</button>
<ReactSmartLink>Button name</ReactSmartLink>

// Will produce <button type="submit">Submit button</button>
<ReactSmartLink type="submit">Submit button</ReactSmartLink>
1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago