# @kata-kit/button

> Button component for Wicara.

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

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

## Install

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

## Health

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

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.7.4 |
| Published | 2019-08-21 |
| First published | 2018-10-02 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 4 |
| Unpacked size | 199.4 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/button
- 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/button

## Dependencies (4)

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

## Recent versions

- 0.7.4 (latest) — 2019-08-21
- 0.7.4-canary.1 (next) — 2019-08-20
- 0.7.4-canary.0 — 2019-08-19
- 0.7.3 — 2019-05-21
- 0.7.3-canary.0 — 2019-05-10
- 0.7.2 — 2019-04-18
- 0.7.1 — 2019-04-16
- 0.7.0 — 2019-02-15
- 0.7.0-beta.1 — 2019-01-29
- 0.7.0-beta.0 — 2018-12-13
- 0.6.3 — 2018-11-06
- 0.6.2 — 2018-10-30
- 0.6.1 — 2018-10-23
- 0.6.0 — 2018-10-19
- 0.5.2 — 2018-10-11
- … 2 more at https://npm.io/package/@kata-kit/button/versions

## README

# @wicara/button

> Button component for Wicara.

## Install

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

## Usage

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

```jsx
import { Button } from '@kata-kit/button';

const Component = () => <Button>Push Me</Button>;
```

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