# @kata-kit/loading

> Loading component for Wicara.

Latest version **0.7.2** (published 2019-08-21) · Apache-2.0 license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install @kata-kit/loading
pnpm add @kata-kit/loading
yarn add @kata-kit/loading
bun add @kata-kit/loading
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.7.2 |
| Published | 2019-08-21 |
| First published | 2018-10-02 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 3 |
| Unpacked size | 69.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 194 |
| Author | Kata.ai |
| Maintainers | computecoholic, resir014, ybdev |

## Links

- npm: https://www.npmjs.com/package/@kata-kit/loading
- Repository: https://github.com/kata-ai/wicara
- Homepage: https://github.com/kata-ai/wicara#readme
- Issues: https://github.com/kata-ai/wicara/issues
- npm.io page: https://npm.io/package/@kata-kit/loading

## Dependencies (3)

- [shortid](https://npm.io/package/shortid.md) ^2.2.14
- [classnames](https://npm.io/package/classnames.md) ^2.2.6
- [@kata-kit/theme](https://npm.io/package/@kata-kit/theme.md) ^0.7.2

## Recent versions

- 0.7.2 (latest) — 2019-08-21
- 0.7.2-canary.1 (next) — 2019-08-20
- 0.7.2-canary.0 — 2019-08-19
- 0.7.1 — 2019-05-21
- 0.7.1-canary.0 — 2019-05-10
- 0.7.0 — 2019-02-15
- 0.7.0-beta.1 — 2019-01-29
- 0.7.0-beta.0 — 2018-12-13
- 0.6.2 — 2018-11-06
- 0.6.1 — 2018-10-30
- 0.6.0 — 2018-10-19
- 0.5.2 — 2018-10-11
- 0.5.1 — 2018-10-03
- 0.5.0 — 2018-10-02

## README

# @kata-kit/loading

> Loading component for Wicara.

## Install

```sh
# yarn
yarn add @kata-kit/loading
# npm
npm install @kata-kit/loading
```

## Usage

To use this component within your React app, import as follows:

```jsx
import { Robot } from '@kata-kit/loading';

const Component = () => <Robot />;
```

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