1.1.2 • Published 8 years ago

react-toolbox-plus-router v1.1.2

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

8 years ago

1.1.1

8 years ago

1.1.0

9 years ago

1.0.11

9 years ago

1.0.10

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago