@feizheng/loading-screen

1.1.0 • Public • Published

loading-screen

Pure loading-screen for spa.

version license size download

usage

<!--1. add styles -->
<link rel="stylesheet" type="text/css" href="//https://cdn.jsdelivr.net/npm/@feizheng/loading-screen/dist/index.css"/>

<!--2. add html template -->
<section class="loading-screen">
  <div class="spinner">
    <div class="rect1"></div>
    <div class="rect2"></div>
    <div class="rect3"></div>
    <div class="rect4"></div>
    <div class="rect5"></div>
  </div>
  <span>应用加载中</span>
</section>

preview

license

Code released under the MIT license.

Dependencies (0)

    Dev Dependencies (10)

    Package Sidebar

    Install

    npm i @feizheng/loading-screen

    Weekly Downloads

    2

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    5.96 kB

    Total Files

    5

    Last publish

    Collaborators

    • afeiship