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