0.0.1 • Published 6 years ago

@tjmonsi/kwark v0.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 years ago

kwark

Additional templating setups for web components. Compatible with UpdateElement of lit-element.

Table of Contents

  • Put your table of contents here

Installation

Put your installation instructions here

Usage

Put your usage here or how to run this system

Development Setup and Contributing

Simply follow the instructions to run above.

Before submitting any change, make sure to:

Why build additional templates?

Because LitElement's default templating setup uses shadowDOM. Because there is a lot of libraries already that does almost the same thing: creating a better developer experience in creating re-usable web components. This library hopes to make the footprint of the syntactic sugar really small so that what the developer has to do is to create interactive components with minimal footprint - meaning, the main logic of how the interaction should be would be the one taking up more bytes than the library itself.

I see similar code

There would be some similar code lifted from Polymer, LitElement and Element-Lite, which are the base inspiration of the code. What I am hoping for this library is to make it as small and as extensible as possible.

0.0.1

6 years ago