# @berlitz/spinner

> Spinner component for the Max Design System

Latest version **3.1.1** (published 2022-10-04) · MIT license · 0 weekly downloads

## Install

```sh
npm install @berlitz/spinner
pnpm add @berlitz/spinner
yarn add @berlitz/spinner
bun add @berlitz/spinner
```

## Health

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

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.1.1 |
| Published | 2022-10-04 |
| First published | 2018-11-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 8.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | berlitz |

## Links

- npm: https://www.npmjs.com/package/@berlitz/spinner
- Homepage: https://github.com/berlitz-global/max/blob/master/components/spinner/CHANGELOG.md
- npm.io page: https://npm.io/package/@berlitz/spinner

## Recent versions

- 3.1.1 (latest) — 2022-10-04
- 3.0.4-test.25 (canary) — 2022-01-24
- 3.1.0 — 2022-09-27
- 3.0.4 — 2022-01-25
- 3.0.3 — 2021-09-20
- 3.0.2 — 2021-01-06
- 3.0.1 — 2021-01-05
- 3.0.0 — 2020-10-16
- 2.2.2 — 2019-10-24
- 2.2.1 — 2019-10-23
- 2.2.0 — 2019-10-15
- 2.1.6 — 2019-09-27
- 2.1.5 — 2019-07-08
- 2.1.4 — 2019-06-19
- 2.1.3 — 2019-06-18
- … 26 more at https://npm.io/package/@berlitz/spinner/versions

## README

# Component Name [![npm version](https://img.shields.io/npm/v/@berlitz/{package-name}.svg)](https://www.npmjs.com/package/@berlitz/{package-name})

TODO _what does this component do?_

## Installation

TODO _how do you install it?_

```shell
yarn add @berlitz/{package-name}
```

## Props

TODO _fill this in, delete if not relevant_

| Argument  | Type | Required | Default | Example |
| --------- | ---- | -------- | ------- | ------- |
| No props. |      |          |         |         |

## Usage

```jsx
// TODO fill this in
import ComponentName from '@berlitz/{package-name}'
const MyApp = () => <ComponentName />
```

### When to use this component

TODO _fill this in, delete if not relevant_

### Notes

TODO _fill this in, delete if not relevant_

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