1.0.2 • Published 3 years ago

blasko-cool-buttons-typescript v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Getting Started with Blasko Cool Buttons Typescript version

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} />

Build package

npm run build-lib
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago