react-router-hashlink
v0.6.0
Published
react-router-dom/Link wrapper to handle hash value
Downloads
69
Readme
react-router-hashlink
react-router-dom/Link
wrapper to handle hash value
Install
$ npm install --save react-router-hashlink
Usage
import { HashLink } from 'react-router-hashlink';
...
<HashLink to="https://github.com/1000ch/react-router-hashlink#install">
Hello
</HashLink>
Config
| Property | Type | Default Value |
| ----------- | ---------- | ------------- |
| to | String
or Object
| - |
| behavior | String
| auto
|
| delay | Number
| 0
|
| onClick | Function
| () => {}
|
You can configuire scroll behavior via behavior
property applied to ScrollBehavior
option of scrollIntoView()
. You probably want to polyfill it with smooth scroll polyfill.