3.0.0 • Published 4 years ago

lil-spinner v3.0.0

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
4 years ago

lil-spinner

A lil spinner custom element

Know before you go

It'll only work in browsers with custom elements v1 support. There's probably some polyfill that'll make it work in other browsers.

Use it

Load this script somewhere in your HTML: <script src="https://unpkg.com/lil-spinner"></script>

And use this in the HTML where you want a spinner to show up: <lil-spinner></lil-spinner>

Or, if you are using this in another Svelte 3 component, you can import Spinner from 'lil-spinner'; (in conjunction with @rollup/plugin-node-resolve or something like that).

3.0.0

4 years ago

2.0.0

5 years ago

1.0.0

6 years ago