Skip to content

react-atomic/organism-react-scroll-nav

Repository files navigation

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