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
* @slot header-content - A slot for adding custom content to the header.
59
59
* @slot header-menu-actions - A slot for adding an overflow menu with actions inside a `calcite-dropdown`.
60
60
* @slot fab - A slot for adding a `calcite-fab` (floating action button) to perform an action.
61
-
* @slot footer - A slot for adding custom content to the component's footer.
61
+
* @slot footer - A slot for adding custom content to the component's footer. Should not be used with the `"footer-start"` or `"footer-end"` slots.
62
62
* @slot footer-actions - [Deprecated] Use the `footer-start` and `footer-end` slots instead. A slot for adding `calcite-button`s to the component's footer.
63
-
* @slot footer-end - A slot for adding a trailing footer custom content.
64
-
* @slot footer-start - A slot for adding a leading footer custom content.
63
+
* @slot footer-end - A slot for adding a trailing footer custom content. Should not be used with the `"footer"` slot.
64
+
* @slot footer-start - A slot for adding a leading footer custom content. Should not be used with the `"footer"` slot.
0 commit comments