react-sticky-box icon indicating copy to clipboard operation
react-sticky-box copied to clipboard

Sticky boxes for contents of all sizes

Results 12 react-sticky-box issues
Sort by recently updated
recently updated
newest added

i was trying to install react-sticky-box with my react 18.2 ,next 13.0.2 project, i get errors Warning: Functions are not valid as a React child. This may happen if you...

I added this module to my project and it works, but tests began to fail: ``` Details: /home/alex/Projects/soapbox-fe/node_modules/react-sticky-box/dist/index.js:2 import React, { useEffect, useRef, useState } from "react"; ^^^^^^ SyntaxError: Cannot...

Hello, Most of the time when using a sticky sidebar, you want the sidebar not to be sticky on small devices. Is there any way to achieve this ? Thank...

Im using the code below and the offset top has no effect. Am I using it wrong? ```js {/* FIXME: Fix offsetTop not working */} {newsItems && newsItems.map() => {...

Hi, I use StickyBox to display filters for filtering the my page content. there is a case when StickyBox gets stuck outside it's container. here is a sandbox for recreating...

issue on video https://www.loom.com/share/06e94c9f1e15499099183b53b5e9772c

Thanks for your work on this library! I would love to be able to specify `offsetTop` or `offsetBottom` in units other than pixels. As far as I can tell the...

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.0 to 4.5.2. Changelog Sourced from vite's changelog. 4.5.2 (2024-01-19) fix: fs deny for case insensitive systems (#15653) (eeec23b), closes #15653 4.5.1 (2023-12-04) fix: backport #15223, proxy...

dependencies

I noticed a layout bug with the sticky box. The sticky box did not detect the `scrollY` change, breaking the layout as shown in the preview. To reproduce this: 1....

Cannot find module "/opt/build/repo/node_modules/react/jsx-runtime" imported from /opt/build/repo/node_modules/react-sticky-box/dist/index.js