Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 418 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 418 Bytes

onedivloaders

An open-source collection of monochrome loaders (loading spinners) built with pure CSS and one div element.

Installation

npm i onedivloaders

Usage

  1. Import styles:
@import 'onedivloaders';
  1. Use in your document:
<div class="circle-spin-1"></div>

Refer to the official documentation for more information.

License

MIT