1.1.19 • Published 4 years ago

@ppci-mock/custom-loader v1.1.19

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Loader

A loader/spinner indicator

Table of contents

Installation

NPM

  npm i @ppci-mock/custom-loader

Usage

Javascript

import '@ppci-mock/custom-loader'

Browser

<!-- Default -->
<script type="module" src="https://cdn.jsdelivr.net/npm/@ppci-mock/custom-loader/builds/index.min.js" />

<!-- Legacy -->
<script type="module" src="https://cdn.jsdelivr.net/npm/@ppci-mock/custom-loader/builds/legacy.min.js" />

<custom-loader
></custom-loader>

Theme | Styling

Set the color of the spinner.

 custom-loader {
    --stroke-color: #32b4e9;  
 }

Set the size of the spinner manually. However, we also provide a couple of predefined size classes see properties for more info.

 custom-loader {
    --size: 10.5rem;
 }

Properties