kettal-component-lib
v0.24.64
Published
A Kettal App Extension
Keywords
Readme
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
yarn docs:previewUpload npm package
All this scripts will build and test the package and then upload it to NPM automatically
Major version
yarn publish:majorMinor version
yarn publish:minorPatch
yarn publish:patchSkip
yarn publish:skipThis scripts will skip the tests and upload the package directly with a new patch version.
