0.0.15 • Published 5 years ago

@appnest/lit-util v0.0.15

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@appnest/lit-util

This project is no longer maintained.

What is this?

This project is a collection of functions I tend to use when building projects based on lit-html. The goal is to give you some inspiration and make your life a little easier when finding yourself in need of the same functionality.

Install the dependency

npm i @appnest/lit-util

Use @customElement() to define your custom elements.

Use the customElement decorator to define your custom elements. Simply give it a tag-name and your custom element will be defined.

@customElement("hello-component")
export class HelloComponent extends LitElement {
	...
}

🎉 License

Licensed under MIT.

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago