1.1.2 • Published 7 years ago

react-toolbox-plus-router v1.1.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
7 years ago

React Toolbox + React Router

React toolbox with react router support.

Installation

npm install --save react-toolbox-plus-router

Usage

Use this library the same way you would with React Toolbox, the only difference is that when you add something to href, React Router's link will be used:

import Link from 'react-toolbox-plus-router/lib/link';
import {Button, IconButton} from 'react-toolbox-plus-router/lib/button';
import {Button, IconButton, Link} from 'react-toolbox-plus-router/lib';

// Use the "href" instead of "to" property from react-router.
<Link href="url"/>
1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago