1.0.10 • Published 1 year ago

use-blurred-bottom-scroll v1.0.10

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

use-blurred-bottom-scroll

Get started

npm i use-blurred-bottom-scroll

Usage exmaple

export const SomeListComponent = props => {
  const { handleScrollNode, blurredElement } = useBlurredBottomScroll();

  return (
    <div>
      <div ref={handleScrollNode}>
        {props.listItems.map(item => (
          <p>{item.image}</p>
        ))}
      </div>
      {blurredElement}
    </div>
  );
};
  
1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago