Classes list
Every class Bottom sheet recognizes, straight from the @flickui/css source.
| Class | Purpose |
|---|---|
.bottom-sheet | Base wrapper — required; starts with .is-closed in markup |
.bottom-sheet-scrim | Dimmed backdrop — click to close (pair with .action-close) |
.bottom-sheet-panel | The sliding panel surface |
.bottom-sheet-handle | Small drag-indicator bar at the top of the panel |
.bottom-sheet-header / .bottom-sheet-content | Title area and scrollable body content |
.toggle-target | Behavior hook on an external trigger, aria-controls pointing at this sheet's id |
.action-close | Behavior hook — closes the sheet (scrim and/or a close button) |
.is-open / .is-closed | Runtime state, set by flickui.js |