Functional Components
Components in PromethiumJS
There generally two recommended ways of creating components with PromethiumJS:
- Extending the
LitElementbase class from Lit to create web components. - Creating functional components using PromethiumJS primitives and the
htmltag function from Lit.
What are functional components?
Coming soon…
