Props & events
Attributes & behavior classes
Also openable/closable programmatically — FlickUI.open("#id") / FlickUI.close("#id") — beyond the declarative trigger.
| Attribute / class | Purpose |
|---|---|
role="dialog" / aria-labelledby | Required 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.
| Event | Description |
|---|---|
flick:open / flick:close | Fired when the sheet opens or closes. |