This commit is contained in:
Cory LaViska
2024-01-18 11:53:14 -06:00
parent dd483c0a04
commit f5d7c5e738

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>