David B. Waters

Results 13 comments of David B. Waters
trafficstars

I've been exploring light, vanilla modal solutions. One I was considering (before I found this), [here](https://github.com/NigelGreenway/inuitcss.plugins.iglu), checks for [mousetrap.js](https://github.com/ccampbell/mousetrap) as an optional dependency and uses it for keyboard control. This...

ScrollTrigger alone would be a more fair comparison. I'm using it in a project, and it is comprehensive, but based on my experience what I would like to see in...

Sweet deal, thanks. I'll definitely be exploring the platform further as it develops and keep it in mind for client projects.

I understand `:host` and `:slotted` wouldn't work, but I think understanding usage of these implies understanding that these only apply to the shadow root. I understand not wanting to break...

Thanks, like I mentioned in the OP, the main use-case for using the light DOM is lib compatibility. But I do think it should be considered how opinionated Lit wants...

Also, if you consider the POV of a BEM-user, like myself, and I think this is a good example, scoped styles offer zero advantage because you are namespaced by default,...

Hey, I was wondering also. @fopsdev Check out hyperx (vdom+string literals) and hyperhtml (dom+string literals), lit-html, and choo. There are others I can't remember. This helps too https://rawgit.com/krausest/js-framework-benchmark/

Sorry I updated the file with a workaround. I'll post a fork with it how it was, but basically it's the button component's hidden icon with text layer. When it's...