organism-react-scroll-nav

A React scroll spy library with flux


Keywords
react, react-component, organism, atomic-ui
License
MIT
Install
npm install organism-react-scroll-nav@0.2.4

Documentation

CircleCI

React Scroll Spy Library (organism-react-scroll-nav)

Example Usage

Live Demo Url

Test in local

./compile.sh s

Go to http://localhost:3000

dispatch

fast store

import {fastScrollStore} from "organism-react-scroll-nav";
fastScrollStore.scroller.dispatch(/* xxx */);

slow store

import {scrollStore} from "organism-react-scroll-nav";
scrollStore.scroller.dispatch(/* xxx */);

Inspire