Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 24 hours ago
JSON representation

A collection of loading indicators animated with CSS for Svelte

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).