react-scrollto
Animated scrolling to anchors
Install
npm install --save react-scrollto
Usage
import React Component from 'react' import Anchored ScrollTo from 'react-scrollto' { return <div> <ScrollTo ='first'> <button>First</button> </ScrollTo> <p>Lopus rerolum</p>; <Anchored ='first'>First</Anchored>; </div> }
License
MIT © aszabacsi