@qutejs/spinner

Qute Spinner component

Usage no npm install needed!

<script type="module">
  import qutejsSpinner from 'https://cdn.skypack.dev/@qutejs/spinner';
</script>

README

Qute Spinner Component (@qutejs/spinner)

This package implements a CSS spinner similar to the material design circular progress indicator. The spinner works in IE10+.

The spinner is inspired from the https://loading.io/css/ project.

Qute is a reactive component model designed for plain old javascript lovers.

Getting Started

Use the Qute project generator to create a new Qute application or component project:

npm init @qutejs

Installing

npm install @qutejs/spinner

Usage

import qSpinner from '@qutejs/spinner';

The spinner supports the following attributes: class, center, size, width and color.

Go to the Qute Spinner Component documentation for more information about spinner components.

Building

Qute packages are built from the Qute multi-package repository root. See github.

Authors

Bogdan Stefanescu - Intial Work - Quandora

License

MIT