# blasko-cool-buttons

> This is my first react package.

Latest version **1.0.14** (published 2021-04-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install blasko-cool-buttons
pnpm add blasko-cool-buttons
yarn add blasko-cool-buttons
bun add blasko-cool-buttons
```

## 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.14 |
| Published | 2021-04-26 |
| First published | 2021-04-13 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 14.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Daniel Blasko |
| Maintainers | blaskodaniel |

## Links

- npm: https://www.npmjs.com/package/blasko-cool-buttons
- Repository: https://github.com/blaskodaniel/dummy_react_npm_package
- Homepage: https://github.com/blaskodaniel/dummy_react_npm_package#readme
- Issues: https://github.com/blaskodaniel/dummy_react_npm_package/issues
- npm.io page: https://npm.io/package/blasko-cool-buttons

## Recent versions

- 1.0.14 (latest) — 2021-04-26
- 1.0.13 — 2021-04-22
- 1.0.12 — 2021-04-15
- 1.0.11 — 2021-04-15
- 1.0.10 — 2021-04-15
- 1.0.9 — 2021-04-15
- 1.0.8 — 2021-04-15
- 1.0.7 — 2021-04-14
- 1.0.5 — 2021-04-14
- 1.0.4 — 2021-04-13
- 1.0.3 — 2021-04-13
- 1.0.2 — 2021-04-13
- 1.0.1 — 2021-04-13
- 1.0.0 — 2021-04-13

## README

# Getting Started with Blasko Cool Buttons

This project is dummy project. I wanted to learn through it how to create react package. 

# Installation and usage

The easiest way to use my dummy package is to install it from npm and paste code into your React app.

```
import { CoolButton } from 'blasko-cool-buttons';
...
const buttons = [
    { 
        text: "First button", 
        border: true, 
        radius: true, 
        width: 100, 
        height: 30
    }
]
...
<CoolButton buttons={buttons} />
```

# Testing with Storybook

```
npm run storybook
```

# Build package

```
npm run build-lib
```

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