Classes list
Every class Side sheet recognizes, straight from the @flickui/css source.
| Class | Purpose |
|---|---|
.side-sheet | Base wrapper — required |
.side-sheet-panel | The sliding/inline panel surface |
.side-sheet-scrim | Dimmed backdrop (modal mode only) — pair with .action-close |
.side-sheet-header / .side-sheet-title | Title row and heading text |
.side-sheet-close | Close button, pair with .action-close |
.side-sheet-content | Scrollable body content |
.side-sheet-modal / .side-sheet-standard | Overlay-with-scrim vs. in-flow mode — required, no default |
.side-sheet-start / .side-sheet-end | Which viewport edge the panel is anchored to — required, no default |
.is-open / .is-closed | Runtime state — meaning depends on mode (modal: resting=hidden; standard: resting=visible) |