Functional Component Library Based on lit-html
npm install fwcFWC (Functional Web Components) is a tiny library based on Lit-Html that allows lightweight Custom Elements using function definitions.


The current version, 0.2.x, has many limitations, lack of ability to support older browsers, and inability to add functions or properties to the element, other than with the object deconstructor assignment.
These issues will be resolved in future releases of the library.
Current versions are mostly focused on testing and building a solid foundation before expanding to more features.