# @qutejs/spinner-2dots

> Qute Spinner 2dots implementation

Latest version **2.0.0-beta.10** (published 2021-05-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install @qutejs/spinner-2dots
pnpm add @qutejs/spinner-2dots
yarn add @qutejs/spinner-2dots
bun add @qutejs/spinner-2dots
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.0-beta.10 |
| Published | 2021-05-17 |
| First published | 2020-04-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 3 |
| Unpacked size | 16.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Bogdan Stefanescu |
| Maintainers | bstefanescu |
| Keywords | component, qute, spinner, loading, icon, DOM, view |

## Links

- npm: https://www.npmjs.com/package/@qutejs/spinner-2dots
- Repository: https://github.com/bstefanescu/qutejs
- Homepage: https://qutejs.org
- Issues: https://github.com/bstefanescu/qutejs/issues
- npm.io page: https://npm.io/package/@qutejs/spinner-2dots

## Dependencies (3)

- [@qutejs/ui](https://npm.io/package/@qutejs/ui.md) 2.0.0-beta.10
- [@qutejs/window](https://npm.io/package/@qutejs/window.md) 2.0.0-beta.10
- [@qutejs/runtime](https://npm.io/package/@qutejs/runtime.md) 2.0.0-beta.10

## Alternatives

- [@fortawesome/react-fontawesome](https://npm.io/package/@fortawesome/react-fontawesome.md) — 2.2M weekly downloads
- [roboto-fontface](https://npm.io/package/roboto-fontface.md) — 196.0K weekly downloads
- [@react-native-vector-icons/common](https://npm.io/package/@react-native-vector-icons/common.md) — 150.4K weekly downloads
- [@procore/core-icons](https://npm.io/package/@procore/core-icons.md) — 4.6K weekly downloads
- [@react-md/material-icons](https://npm.io/package/@react-md/material-icons.md) — 1.6K weekly downloads

## Recent versions

- 2.0.0-beta.10 (latest) — 2021-05-17
- 2.0.0-beta.9 — 2021-05-12
- 2.0.0-beta.8 — 2021-04-16
- 2.0.0-beta.7 — 2021-03-11
- 2.0.0-beta.6 — 2021-01-07
- 2.0.0-beta.5 — 2020-11-11
- 2.0.0-beta.4 — 2020-11-06
- 2.0.0-beta.3 — 2020-11-06
- 2.0.0-beta.2 — 2020-11-06
- 2.0.0-beta.1 — 2020-10-11
- 2.0.0-beta — 2020-10-10
- 1.0.0-rc.12 — 2020-09-05
- 1.0.0-rc.11 — 2020-05-31
- 1.0.0-rc.10 — 2020-05-31
- 1.0.0-rc.9 — 2020-04-10
- … 4 more at https://npm.io/package/@qutejs/spinner-2dots/versions

## README

# Qute Spinner Component (@qutejs/spinner)

A **[Qute](https://qutejs.org)** spinner plugin implementing a pure CSS spinner.

The spinner is based on the https://github.com/tobiasahlin/SpinKit 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

```javascript
import qSpinner from '@qutejs/spinner-2dots';
```
then to use the spinner

```xml
<q:spinner type='2dots' />
```
or

```xml
<q:spinner size='32px' color='green' />
```

if this spinner is the only (or default) spinner implementation included in your Qute app.

The spinner supports the following attributes: `style`, `class`, `size`, `center`, `color`, `color1` and `color2`.

Go to the **[Qute Spinner Component documentation](https://qutejs.org/doc/#/components/spinner)** for more information about spinner components.

# Building

Qute packages are built from the Qute multi-package repository root.
See [github](https://github.com/bstefanescu/qutejs).

# Authors

**[Bogdan Stefanescu](mailto:bogdan@quandora.com)** - *Intial Work* - [Quandora](https://quandora.com)

# License

[MIT](LICENSE)

---
_Source: https://npm.io/package/@qutejs/spinner-2dots · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
