Affix
Pins content to a fixed position when scrolling past it. Useful for sticky navigation, toolbars, or side panels.
Sticky Toolbar
Editor toolbar that stays pinned at the top while the user scrolls through content.
Sticky Side Panel
Side navigation that stays visible while main content scrolls.
Main content scrolls freely while the side panel stays fixed.
Common in docs, dashboards, and settings.
Side navigation remains visible as the user scrolls.
On this page
Overview
Installation
Usage
API
Sticky Alert Banner
Warning banner that stays pinned while the user continues working.
Usage
Props
| Prop | Type | Default | Description |
|---|---|---|---|
offset | text | "0" | Distance from top in pixels when fixed |
children | content | - | Content to pin on scroll |