An open API service indexing awesome lists of open source software.

https://github.com/afeiship/loading-screen

Pure loading-screen for spa.
https://github.com/afeiship/loading-screen

loading lskit screen service-worker spa spinkit sw

Last synced: about 1 month ago
JSON representation

Pure loading-screen for spa.

Awesome Lists containing this project

README

          

# loading-screen
> Pure loading-screen for spa.

[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]

## usage
```html

window.lskit()


.loading-screen{
--ls-opts-top: 37.5%;
--ls-opts-bar-color: #1890ff;
--ls-opts-bar-width: 4px;
--ls-opts-text-color: #999;
}

```

## lskit options
```json
{
"id": "root",
"lang": "language",
"en-US": "Loading...",
"zh-CN": "应用加载中...",
}
```

## preview
- https://afeiship.github.io/loading-screen/

## license
Code released under [the MIT license](https://github.com/afeiship/loading-screen/blob/master/LICENSE.txt).

[version-image]: https://img.shields.io/npm/v/@jswork/loading-screen
[version-url]: https://npmjs.org/package/@jswork/loading-screen

[license-image]: https://img.shields.io/npm/l/@jswork/loading-screen
[license-url]: https://github.com/afeiship/loading-screen/blob/master/LICENSE.txt

[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/loading-screen
[size-url]: https://github.com/afeiship/loading-screen/blob/master/dist/loading-screen.min.js

[download-image]: https://img.shields.io/npm/dm/@jswork/loading-screen
[download-url]: https://www.npmjs.com/package/@jswork/loading-screen