svelte-spinkit

A collection of loading indicators animated with CSS for Svelte

MIT License view on npm Svelte v3

Edit Vue Template

Installation

npm i svelte-spinkit

Usage

Bundler (Webpack, Rollup)

import Spinner from 'svelte-spinkit';

<Spinner name="circle" />

See more examples on the demo page.