Socket
Socket
Sign inDemoInstall

ember-cli-spinkit

Package Overview
Dependencies
186
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ember-cli-spinkit

Add SpinKit loading spinners to your ember-cli project


Version published
Weekly downloads
31
Maintainers
1
Install size
18.8 MB
Created
Weekly downloads
 

Readme

Source

ember-cli-spinkit

Add SpinKit loading spinners to your ember-cli project

Install

ember install ember-cli-spinkit

Usage

ember generate spinkit-<name of spinner>

For example:

ember generate spinkit-double-bounce

Available Spinners (Demo)

  • rotating-plane
  • fading-circle
  • folding-cube
  • double-bounce
  • wave
  • wandering-cubes
  • pulse
  • chasing-dots
  • three-bounce
  • circle
  • cube-grid

In your template, presumably your loading.hbs, include the spinner by adding

{{spinkit-double-bounce}}

Note: You can have multiple spinners in your project! You are not limited to one spinner. Simply call ember generate spinkit-<name of spinner> multiple times.

Color

By default the spinner color is #333.

Check the SpinKit project or use your browser's inspector to see which CSS classes you should overwrite.

Alternatively, change the color directly in the generated file vendor/ember-cli-spinkit/styles/spinkit-<name of spinner>.css.

Keywords

FAQs

Last updated on 28 Jul 2016

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc