https://github.com/heithemmoumni/svelte-spinkit
A collection of loading indicators animated with CSS for Svelte
https://github.com/heithemmoumni/svelte-spinkit
css javascript spinkit spinkit-components svelte svelte3 sveltejs tunis tunisia
Last synced: 3 months ago
JSON representation
A collection of loading indicators animated with CSS for Svelte
- Host: GitHub
- URL: https://github.com/heithemmoumni/svelte-spinkit
- Owner: heithemmoumni
- Created: 2020-08-09T15:53:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-06T19:12:07.000Z (about 4 years ago)
- Last Synced: 2024-09-29T12:02:08.795Z (8 months ago)
- Topics: css, javascript, spinkit, spinkit-components, svelte, svelte3, sveltejs, tunis, tunisia
- Language: CSS
- Homepage: https://heithemmoumni.github.io/svelte-spinkit/
- Size: 25.4 KB
- Stars: 31
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# svelte-spinkit
A collection of loading indicators animated with CSS for Svelte

[](https://www.npmjs.com/package/svelte-spinkit)
[](https://svelte.dev)[](https://codesandbox.io/s/svelte-spinkit-tdqiu)
## Installation
```bash
npm i svelte-spinkit
```## Usage
### Bundler (Webpack, Rollup)
```js
import Spinner from 'svelte-spinkit';```
See more examples on the [demo page](https://codesandbox.io/s/svelte-spinkit-tdqiu).