Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

svelte-loading-spinners

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-loading-spinners

Loading spinners using the svelte framework.

  • 0.0.19
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

svelte-loading-spinners

collection of loading spinners with Svelte.js

Installation

npm i svelte-loading-spinners

or

yarn add svelte-loading-spinners

Usage

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

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

List of avalible spinners

Props: size, color, and unit. 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

Demo

List of all spinner: Demo

Development Setup

Keywords

FAQs

Package last updated on 19 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc