You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lightweight, flexible React sticky container and item component library. Easily create sticky headers, sections, and advanced sticky layouts with support for multiple modes and edge cases.
@@ -28,6 +31,7 @@ A lightweight, flexible React sticky container and item component library. Easil
28
31
- 📦 Simple API: `<StickyContainer>` and `<StickyItem>`
29
32
- 🧩 Supports `replace`, `stack`, and `none` sticky modes
30
33
- 🏷️ Customizable offset, z-index (baseZIndex), and sticky logic
*[Dynamic offsetTop](http://localhost:5173/#dynamic-offset) dynamic offsetTop that adapts to header height changes
112
+
113
+
## SSR/SSG Support
114
+
115
+
React Sticky Kit supports Server-Side Rendering (SSR) and Static Site Generation (SSG), working seamlessly with frameworks like Next.js, Gatsby, Astro, and more.
0 commit comments