Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.13 KB

File metadata and controls

44 lines (32 loc) · 1.13 KB

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