@genexus/kasstor-core
v0.2.0
Published
A set of utilities to build and test Lit applications and libraries.
Readme
Documentation
Decorators
Component: Define a Lit custom element with support for setting Shadow Root Options, global styles and more.Event: An easier way to define and dispatch Custom DOM Events.Observe: Define a callback to execute when observed properties change, e.g.@propertyor@state, but before the component updates.
Install
npm i @genexus/kasstor-coreContributing to Kasstor
Kasstor is open source and we appreciate issue reports and pull requests. See CONTRIBUTING.md for more information.
Setting up the repo for development
Install Bun
npm i -g bunInitialize repo:
git clone https://github.com/genexuslabs/kasstor
cd kasstor
bun iBuild the repo:
bun run buildTest the repo:
bun run test