abouolia / sticky-sidebar

😎 Pure JavaScript tool for making smart and high performance sticky sidebar.

Home Page:https://abouolia.github.io/sticky-sidebar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

resizeSensor.js is not on npm

hbaig123 opened this issue · comments

Can we download resizeSensor.js from npm. Is there any plugin on npm for resizeSensor

I have used css-element-queries in the past which exposes ResizeSensor but the package contains other code which bulks out the size a little. Recently I came across resize-sensor which has extracted ResizeSensor from the css-element-queries package and applied optimisations and has a smaller bundle size.

Example imports:

import { ResizeSensor } from 'css-element-queries';
import ResizeSensor from 'resize-sensor';