You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| min-height | Fires when the minimum height of the sheet changes. Passes the value as an argument. |`@min-height="(n) => {}"`|
136
+
| max-height | Fires when the height of the window changes. Passes the value as an argument. Note that this value is throttled to prevent excessive updates. |`@max-height="(n) => {}"`|
137
+
| dragging-up | Fires when the bottom sheet is being dragged up |`@dragging-up="() => {}"`|
138
+
| dragging-down | Fires when the bottom sheet is being dragged down |`@dragging-down="() => {}"`|
139
+
| opened | Fires when the bottom sheet is opened |`@opened="() => {}"`|
140
+
| closed | Fires when the bottom sheet is closed |`@closed="() => {}"`|
0 commit comments