0.3.1 • Published 6 years ago
fwc v0.3.1
Functional Web Components
FWC (Functional Web Components) is a tiny library based on Lit-Html that allows lightweight Custom Elements using function definitions.
Examples
Hello World
Counter
Limitations
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.