I am still undecided what to think about web components.<p>Are there some useful ones out there?<p>I would expect a nice web component to be a single JS file which I can import as a module like ...<p><script src="some_awesome_component.js" type=module></script><p>... and then I have a useful new html element.<p>I have yet to see something like that. Any good ones out there?