1.0.14 • Published 3 years ago

blasko-cool-buttons v1.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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
1.0.14

3 years ago

1.0.13

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.12

3 years ago

1.0.7

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago