# mb-button-test

> Mustafa Boşnak Patika Button Component

Latest version **1.0.1** (published 2022-07-19) · MIT license · 0 weekly downloads

## Install

```sh
npm install mb-button-test
pnpm add mb-button-test
yarn add mb-button-test
bun add mb-button-test
```

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2022-07-19 |
| First published | 2022-07-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Node | >=10 |
| Dependencies | 0 |
| Unpacked size | 13.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | mustafabosnak |
| Maintainers | mustafabosnak |

## Links

- npm: https://www.npmjs.com/package/mb-button-test
- Repository: https://github.com/mustafabosnak/mb-button-test
- Homepage: https://github.com/mustafabosnak/mb-button-test#readme
- Issues: https://github.com/mustafabosnak/mb-button-test/issues
- npm.io page: https://npm.io/package/mb-button-test

## Recent versions

- 1.0.1 (latest) — 2022-07-19
- 1.0.0 — 2022-07-19

## README

# mb-button-test

> Mustafa Boşnak Patika Button Component

[![NPM](https://img.shields.io/npm/v/mb-button-test.svg)](https://www.npmjs.com/package/mb-button-test) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save mb-button-test
```

## Usage

```jsx
import React from 'react'

import { Button } from 'mb-button-test'
import 'mb-button-test/dist/index.css'

const App = () => (
  <>
    <Button text="Test Button" type="primary" color="info" />
    <Button text="Test Button" type="default" color="info" />
    <Button text="Test Button" type="dashed" color="info" />
    <Button text="Test Button" type="text" color="info" />
    <Button text="Test Button" type="link" color="info" />
    <br/>
    <br/>
    <Button text="Test Button" type="primary" color="success" />
    <Button text="Test Button" type="default" color="success" />
    <Button text="Test Button" type="dashed" color="success" />
    <Button text="Test Button" type="text" color="success" />
    <Button text="Test Button" type="link" color="success" />
    <br/>
    <br/>
    <Button text="Test Button" type="primary" color="danger" />
    <Button text="Test Button" type="default" color="danger" />
    <Button text="Test Button" type="dashed" color="danger" />
    <Button text="Test Button" type="text" color="danger" />
    <Button text="Test Button" type="link" color="danger" />
    <br/>
    <br/>
    <Button text="Test Button" type="primary" color="warning" />
    <Button text="Test Button" type="default" color="warning" />
    <Button text="Test Button" type="dashed" color="warning" />
    <Button text="Test Button" type="text" color="warning" />
    <Button text="Test Button" type="link" color="warning" />
  </>
)

export default App
```

## License

MIT © [mustafabosnak](https://github.com/mustafabosnak)

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