Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afeiship/wsui-loading
Loading component for webkit sass.
https://github.com/afeiship/wsui-loading
loader loading sass spinkit spinner webkit
Last synced: 10 days ago
JSON representation
Loading component for webkit sass.
- Host: GitHub
- URL: https://github.com/afeiship/wsui-loading
- Owner: afeiship
- License: mit
- Created: 2018-09-17T09:02:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-19T05:16:49.000Z (over 3 years ago)
- Last Synced: 2024-10-12T11:01:13.571Z (24 days ago)
- Topics: loader, loading, sass, spinkit, spinner, webkit
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# wsui-loading
> Loading component for webkit sass.[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]## installation
```shell
npm i @jswork/wsui-loading
```## usage
```scss
// use sass
@import '~@jswork/wsui-loading/dist/index.scss';
// use css
@import '~@jswork/wsui-loading/dist/style.css';
```## license
Code released under [the MIT license](https://github.com/afeiship/wsui-loading/blob/master/LICENSE.txt).[version-image]: https://img.shields.io/npm/v/@jswork/wsui-loading
[version-url]: https://npmjs.org/package/@jswork/wsui-loading[license-image]: https://img.shields.io/npm/l/@jswork/wsui-loading
[license-url]: https://github.com/afeiship/wsui-loading/blob/master/LICENSE.txt[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/wsui-loading
[size-url]: https://github.com/afeiship/wsui-loading/blob/master/dist/wsui-loading.min.js[download-image]: https://img.shields.io/npm/dm/@jswork/wsui-loading
[download-url]: https://www.npmjs.com/package/@jswork/wsui-loading