1.1.2 • Published 9 years ago

react-toolbox-plus-router v1.1.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 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

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.11

10 years ago

1.0.10

10 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago