restore spinner animation

This commit is contained in:
Cory LaViska
2022-01-20 08:53:34 -05:00
parent 27b5e3daa7
commit e08236eaff
3 changed files with 11 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ const App = () => (
The width of the spinner's track can be changed by setting the `--track-width` custom property.
```html preview
<sl-spinner style="font-size: 3rem; --track-width: 6px;"></sl-spinner>
<sl-spinner style="font-size: 50px; --track-width: 10px;"></sl-spinner>
```
```jsx react