Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-06T19:12:07.000Z (almost 4 years ago)
- Last Synced: 2024-09-29T12:02:08.795Z (4 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
![MIT License](https://badgen.net/badge/license/MIT/blue "MIT License")
[![view on npm](http://img.shields.io/npm/v/svelte-spinkit.svg?colorB=red)](https://www.npmjs.com/package/svelte-spinkit)
[![Svelte v3](https://img.shields.io/badge/svelte-v3-blueviolet.svg)](https://svelte.dev)[![Edit Vue Template](https://codesandbox.io/static/img/play-codesandbox.svg)](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).