@appnest/lit-util
TypeScript icon, indicating that this package has built-in type declarations

0.0.15 • Public • Published

@appnest/lit-util

This project is no longer maintained.

Downloads per month Dependencies NPM Version Contributors MIT License

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.15
    1
    • latest

Version History

Package Sidebar

Install

npm i @appnest/lit-util

Weekly Downloads

1

Version

0.0.15

License

MIT

Unpacked Size

36.3 kB

Total Files

50

Last publish

Collaborators

  • explore
  • runebm