Props & events

Attributes & behavior classes

Per the framework's per-component options: drawer always requires exactly one of .drawer-modal / .drawer-standard — there is no unstyled default.

Attribute / classPurpose
.drawer-modal / .drawer-standardRequired structural mode class
aria-current="page"Marks the active .drawer-item
aria-controls (on the trigger)Points at the drawer's id

Events

Opened/closed the same way as other overlays; only one modal-style overlay is treated as open at a time.

EventDescription
flick:open / flick:closeFired when the drawer opens or closes, via trigger, scrim click, or Escape.