/circular-loader

A circular loader using CSS.

Primary LanguageSCSSMIT LicenseMIT

circular-loader

A circular loader using CSS.

Live Demo

Click Here

Getting Started

  1. Downloading the repository
git clone https://github.com/Anupam96786/circular-loader.git
  1. Installing all dependencies
cd circular-loader
npm install
  1. Starting the scss to css auto compilation
npm run compile:scss
  1. Changing variables in the _variables.scss file according to your need and save changes.

  2. Changes saved in any of the scss files will compile them to css automatically.

  3. Now you can stop the auto compilation process.

  4. Open index.html file in any of your browser.

( You can do 1 and 7 only if you don't want to change anything )