A collection of SVG Spinners components for Svelte.
npm install svelte-svg-spinners
<script>
import { Pulse } from 'svelte-svg-spinners'
</script>
<Pulse />
<SpinnerComponent />| Property | Options | Description |
|---|---|---|
| size | number | Specifies the size of the spinner |
| width | number | Specifies the width of the spinner |
| height | number | Specifies the height of the spinner |
| class | string | Specifies the classes of the spinner |
| color | string | Color of the spinner |
| dur | string | Duration of spinner animation |
| ariaHidden | boolean | Set aria-hidden attribute |
MIT (c) 2024 Luis Luvia