JSPM

  • Created
  • Published
  • Downloads 14073
  • Score
    100M100P100Q141174F
  • License MIT

Primitive to manage scrolling

Package Exports

  • @solid-primitives/scroll

Readme

@solid-primitives/scroll

lerna size size

Helpful primitives to manage browser scrolling.

createScrollObserver - Helpful monitor that reports the current position of an element or window.

How to use it

const position = createScrollObserver();

or

let ref;
const position = createScrollObserver(() => ref);

Demo

You may view a working example here: https://codesandbox.io/s/solid-primitives-scroll-csg7f

Primitive ideas:

createScrollTo - A primitive to support scroll to a target createHashScroll - A primitive to support scrolling based on a hashtag change

Changelog

Expand Changelog

0.0.100

Initial porting of the scroll primitive.

1.0.4

Released new version with CJS and SSR support.