This commit is contained in:
Cory LaViska
2024-01-23 09:17:16 -06:00
committed by GitHub
parent e231f8a4a1
commit eb39610a46

View File

@@ -417,7 +417,7 @@ const App = () => (
### Loading
Use the `loading` attribute to make a button busy. The width will remain the same as before, preventing adjacent elements from moving around. Clicks will be suppressed until the loading state is removed.
Use the `loading` attribute to make a button busy. The width will remain the same as before, preventing adjacent elements from moving around.
```html:preview
<sl-button variant="default" loading>Default</sl-button>