blasko-cool-buttons-typescript
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i blasko-cool-buttons-typescript

Weekly Downloads

3

Version

1.0.2

License

ISC

Unpacked Size

44.7 kB

Total Files

21

Last publish

Collaborators

  • blaskodaniel