react-camber
v2.0.0
Published
This module is distributed via [npm](https://www.npmjs.com/) which is bundled with [node](https://nodejs.org/en/) and should be installed as one of your project's `dependencies`:
Readme
Installation
This module is distributed via npm which is bundled with node and
should be installed as one of your project's dependencies:
npm install --save react-camber
yarn add react-camberUsage
import React from 'react'
import ReactDOM from 'react-dom'
import {Camber} from 'react-camber'
const App = () => (
<div style={{ height: '150vh' }}>
<span>Scroll to the bottom of the page</span>
<Camber />
</div>
)
ReactDOM.render(<App />, document.getElementById('root'))
LICENSE
MIT
