add part to docs; #1460

pull/1463/head
Cory LaViska 2023-07-19 15:05:52 -04:00
rodzic 0de39a8163
commit 5b3cc0d492
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -35,6 +35,7 @@ import type { ShoelaceFormControl } from '../../internal/shoelace-element.js';
* @csspart label - The button's label.
* @csspart suffix - The container that wraps the suffix.
* @csspart caret - The button's caret icon, an `<sl-icon>` element.
* @csspart spinner - The spinner that shows when the button is in the loading state.
*/
@customElement('sl-button')
export default class SlButton extends ShoelaceElement implements ShoelaceFormControl {