# loader **Repository Path**: mirrors_Viglino/loader ## Basic Information - **Project Name**: loader - **Description**: Pure css loading animations. As long as only one element! - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-07 - **Last Updated**: 2026-02-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![loaders](./src/logo.png) [![npm version](http://img.shields.io/npm/v/css-loading.svg)](https://www.npmjs.com/package/css-loading) [![bower version](https://img.shields.io/bower/v/css-loading.svg)](https://www.npmjs.com/package/css-loading) [![npm downloads](http://img.shields.io/npm/dm/css-loading.svg)](https://www.npmjs.com/package/css-loading) [![npm license](https://img.shields.io/npm/l/css-loading.svg)](https://github.com/jovey-zheng/loader/blob/master/LICENSE) Pure css loading animations. As long as only one element! [Live Demos](http://jovey-zheng.github.io/loader). Inspiration from [loaders.css](https://github.com/ConnorAtherton/loaders.css) and [css-loaders](https://github.com/lukehaas/css-loaders). ## Install Install with npm: ``` $ npm install --save css-loading ``` install with bower: ``` $ bower install --save css-loading ``` or download [the Latest releases version(ZIP)](https://github.com/jovey-zheng/loader/archive/v1.4.0.zip). ## Basic Usage 1. Import: ```html or ``` or require from `node_modules`: ```js import 'css-loading' ``` 2. Create an element and add the attribute `data-loader`: ```html
``` ## Contributing Pull requests are welcome! Create another animation file in `src/` and test it in `example/example.html`, then open it in a browser to see your animation running. ## License License under [MIT](https://github.com/jovey-zheng/loader/blob/master/LICENSE).