mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
Add part to button spinner (#1460)
This commit is contained in:
@@ -317,7 +317,7 @@ export default class SlButton extends ShoelaceElement implements ShoelaceFormCon
|
||||
${
|
||||
this.caret ? html` <sl-icon part="caret" class="button__caret" library="system" name="caret"></sl-icon> ` : ''
|
||||
}
|
||||
${this.loading ? html`<sl-spinner></sl-spinner>` : ''}
|
||||
${this.loading ? html`<sl-spinner part="spinner"></sl-spinner>` : ''}
|
||||
</${tag}>
|
||||
`;
|
||||
/* eslint-enable lit/no-invalid-html */
|
||||
|
||||
Reference in New Issue
Block a user