Skip to content

An SCSS mixin that turns a single element into a loading icon, built with just CSS

Notifications You must be signed in to change notification settings

Jacob-Gray/loadit.scss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

*Currently version 0.9 - 20 loaders*

Demos | Documentation


A SCSS mixin that turns a single element into a loading icon, built with just CSS! How to use

Import the _loadit.scss file:

@import "loadit";

No extra html elements needed, simply use a single element, and add the mixin in your SCSS:

<div class="loadingDiv"></div>
.loadingDiv{
  @include loadit-bars;
}

It can also take arguments, with many different animations available:

.loadingDiv{
  @include loadit-target($color:red,$size:20px,$animation:wave);
}

About

An SCSS mixin that turns a single element into a loading icon, built with just CSS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages