@loofkid/svelte-loading-spinners
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

svelte-loading-spinners

collection of loading spinners with Svelte.js

Installation

npm i --save-dev svelte-loading-spinners

or

yarn add -D svelte-loading-spinners

Usage

<Jumper size="60" color="#FF3E00" unit="px" duration="1s"></Jumper>

<script>
  import { Jumper } from 'svelte-loading-spinners'
</script>

List of available spinners

Props: size, color, unit and duration. The default props; unit is px, color is #FF3E00 and size 60px.

Notes:

Circle2 has colorOuter, colorCenter, colorInner as props aswell.

Circle3 has ballTopLeft, ballTopRight, ballBottomLeft and ballBottomRight as props aswell.

Loaders
BarLoader
Chasing
Circle
Circle2
Circle3
DoubleBounce
Firework
Jellyfish
Jumper
Pulse
Rainbow
RingLoader
ScaleOut
Shadow
SpinLine
Stretch
SyncLoader
Wave
Square
Moon

Demo

List of all spinner: Demo

Development Setup

Readme

Keywords

Package Sidebar

Install

npm i @loofkid/svelte-loading-spinners

Weekly Downloads

0

Version

0.2.0

License

MIT

Unpacked Size

623 kB

Total Files

91

Last publish

Collaborators

  • loofkid