-
Notifications
You must be signed in to change notification settings - Fork 989
Closed
Description
Is it possible to support react-router Link component into the Navigation component ? I did succeeded to do it and I can not found a working example.
Even in the documentation website you are using a workaround :
import { Link } from 'react-router';
const Navigation = (props) => {
return (
<nav className={props.className}>
<ul>
<li><Link activeClassName={props.activeClassName} to='/install'>Installation</Link></li>
<li><Link activeClassName={props.activeClassName} to='/components'>Components</Link></li>
<li><a href='http://www.github.com/react-toolbox/react-toolbox' target='_blank'>Github</a></li>
</ul>
</nav>
);
};
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels