1.1.4 • Published 9 years ago
csspin v1.1.4
CSSPIN
CSS Spinners and Loaders - Modular, Customizable and Single HTML Element Code.
CSSPIN Library has a different set of interactive Pure CSS Loaders and Spinners which are built on the top of LESS Preprocessor. Individual Pure CSS Loader or Spinner can be easily customized and can be embedded with Single HTML Element in your next Dev Project.
Demo
Check out Spinners in Motion
Project Using CSSPIN
Installation
Install CSSPIN with npm or Bower Package Manager
npm install csspinbower install csspinLess File Structure
./less/
... _globals.less
... _round.less
... csspin-xxxx.less
... csspin.less How Less Stucture Works?
- Less files
with _are partials and have actual magic - Less files
without _only imports partials - Less files named
csspin-xxxx.lessimports_globals.lessand respective_partial.less - Less files named
csspin-xxxx.lessacts as an individual module and can be compiled tocss/csspin-xxxx.cssfor individual use - Less file named
csspin.lessimports all the partials and is compiled tocsspin.css
CSS File Structure
./css/
... csspin-xxxx.css
./csspin.css How CSS Structure Works?
- CSS File named
csspin.cssconsists CSS of all the spinners - CSS File named
csspin-xxxx.cssconsists CSS of respective spinners
Credits
Crafted with :heart: at Webkul UXlab