Hi everyone,
I’m trying to learn how to make better front-end integrations. I already made a functional one but I’d like to improve it but I’m facing a tech wall.
Indeed, I know the plain old JS but I am a bit clueless regarding LitElements.
The dev docs are very concise so it doesn’t help a lot.
For instance, it uses a fancy wired-card by writing:
import "https://unpkg.com/[email protected]/wired-card.js?module";
.
How could I find a comprehensive list of such importable things?
For instance, I’m looking for an accordion (expansion panel), like the one of JQueryUI. I found several resources (e.g. here, here, or here) but I couldn’t find how to import them easily.
Thanks for your help