0.2.1 • Published 9 months ago

svelte-svg-spinners v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Svelte SVG Spinners

A collection of SVG Spinners components for Svelte.

Installation

npm install svelte-svg-spinners

Usage

<script>
  import { Pulse } from 'svelte-svg-spinners'
</script>

<Pulse />

API

<SpinnerComponent />

Options

PropertyOptionsDescription
sizenumberSpecifies the size of the spinner
widthnumberSpecifies the width of the spinner
heightnumberSpecifies the height of the spinner
classstringSpecifies the classes of the spinner
colorstringColor of the spinner
durstringDuration of spinner animation
ariaHiddenbooleanSet aria-hidden attribute

Preview

License

MIT (c) 2024 Luis Luvia

0.2.1

9 months ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago