Skip to content

Commit

Permalink
Web Components: LitElement library is now Lit (#4941)
Browse files Browse the repository at this point in the history
  • Loading branch information
thorn0 authored May 13, 2021
1 parent bec8fce commit be07322
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,4 +264,4 @@ <h2 id="Transpilers_vs._classes">Transpilers vs. classes</h2>

<h2 id="Libraries">Libraries</h2>

<p>There are several libraries that are built on Web Components with the aim of increasing the level of abstraction when creating custom elements. Some of these libraries are <a href="https://www.fast.design/docs/fast-element/getting-started" rel="nofollow">FASTElement</a>, <a href="https://github.com/devpunks/snuggsi" rel="nofollow">snuggsi</a>, <a href="https://x-tag.github.io/" rel="nofollow">X-Tag</a>, <a href="http://slimjs.com/" rel="nofollow">Slim.js</a>, <a href="https://lit-element.polymer-project.org/">LitElement</a>, <a href="https://www.htmlelements.com/">Smart</a>, <a href="https://stenciljs.com">Stencil</a>, <a href="https://github.com/WebReflection/hyperHTML-Element">hyperHTML-Element</a>, and <a href="https://www.dataformsjs.com/">DataFormsJS</a>.</p>
<p>There are several libraries that are built on Web Components with the aim of increasing the level of abstraction when creating custom elements. Some of these libraries are <a href="https://www.fast.design/docs/fast-element/getting-started" rel="nofollow">FASTElement</a>, <a href="https://github.com/devpunks/snuggsi" rel="nofollow">snuggsi</a>, <a href="https://x-tag.github.io/" rel="nofollow">X-Tag</a>, <a href="http://slimjs.com/" rel="nofollow">Slim.js</a>, <a href="https://lit.dev/">Lit</a>, <a href="https://www.htmlelements.com/">Smart</a>, <a href="https://stenciljs.com">Stencil</a>, <a href="https://github.com/WebReflection/hyperHTML-Element">hyperHTML-Element</a>, and <a href="https://www.dataformsjs.com/">DataFormsJS</a>.</p>

0 comments on commit be07322

Please sign in to comment.