2.0.0 • Published 6 years ago
react-camber v2.0.0
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