Props & events

Attributes & behavior classes

Also openable/closable programmatically — FlickUI.open("#id") / FlickUI.close("#id") — beyond the declarative trigger.

Attribute / classPurpose
role="dialog" / aria-labelledbyRequired on .bottom-sheet-panel, pointing at the header
aria-controls (on the trigger)Points at the sheet's id

Events

Clicking the scrim or pressing Escape closes it automatically, same as a modal.

EventDescription
flick:open / flick:closeFired when the sheet opens or closes.