Classes list

Every class Drawer recognizes, straight from the @flickui/css source.

ClassPurpose
.drawerBase class — required
.drawer-modal / .drawer-standardStructural mode — always required, no default
.drawer-scrimModal-mode backdrop (add .action-close to dismiss on click)
.drawer-panelThe visible sliding/static panel
.drawer-headerOptional heading area inside the panel
.drawer-items / .drawer-itemThe navigation item list and each link/button (aria-current="page" marks the active one)
.drawer-item-iconLeading icon slot inside a .drawer-item
.toggle-targetBehavior hook on an external trigger — opens the drawer via aria-controls
.action-closeBehavior hook — closes the drawer (typically on the scrim or a close button)
.is-open / .is-closedRuntime state — meaning differs by mode (modal: resting=hidden; standard: resting=visible)