0.0.1 • Published 8 years ago

xSpinner v0.0.1

Weekly downloads
4
License
-
Repository
-
Last release
8 years ago

#xSpinner xSpinner is a CSS Library for animated Loading Spinners.
As there are already a couple of good libraries and code snippets out this is just a fun project.

Usage

CSS

Simply include the xSpinner.min.css from the /dist/ folder in your project to access all Spinners in your.

SASS

, or just include a single SCSS file for the spinner you want to load from the app folder. For example use @import 'cube-spinner'; in your SASS.

Spinners

Cube Spinner

Cube Spinner

<div class="xspinner cube-spinner">
	<div class="spinner-box"></div>
</div>

Two Circles

Two Circles

<div class="xspinner two-circles"><div class="spinner2"></div></div>