0.2.0 • Published 2 years ago

svelte-svg-spinners v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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) 2022 Luis Luvia