2.0.0 • Published 4 years ago

react-camber v2.0.0

Weekly downloads
3
License
MIT
Repository
-
Last release
4 years ago

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-camber

Usage

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