### Kettal Components Lib
A NPM package that contains multiple kettal components

## Install
yarn kettal-component-lib

You need to import style file in your project

```@import url("kettal-component-lib/style.css");```

And import components and types from

```import { } from 'kettal-component-lib'```

## Scripts

kettal-table init
kettal-table add action

## Documentation

```js 
yarn docs:preview
```

## Upload npm package
All this scripts will build and test the package and then upload it to NPM automatically
### Major version
```js
yarn publish:major
```
### Minor version
```js
yarn publish:minor
```
### Patch
```js
yarn publish:patch
```
### Skip
```js
yarn publish:skip
```
This scripts will skip the tests and upload the package directly with a new patch version.
