Elliott Marquez
Elliott Marquez
Hello, is there any update on distributing a browser/spec-friendly ESM build? I think the suggestions given above are all quite reasonable: * Distribute your css as `.css.js` stylesheet modules *...
btw FWIW on the original issue about manipulating adoptedStylesheets: the implementation agreed upon across browsers (and shipped in chrome 99) is no longer a FrozenArray but rather an ObservableArray so...
Update from a team meeting is next step to implement the minimal element into the Lit CLI
Hello, for now you should simply be able to wrap a list-item in an anchor tag. e.g. ```html google bing duck duck go ``` Keeping issue open as this is...
Heya, you can simply set `text-decoration: none` on the wrapping ``
Hello, unfortunately you cannot wrap with an anchor tag right now and keep selection + keyboard nav (choice made for performance reasons, possible reconsideration to happen in future). Subclassing is...
Work will continue work on this very soon as we are finishing up our landing of mwc-select, menu, and list & list-item
The challenges of card are designing it for maintainability while at the same time providing all the use cases of card. From our years of component development and maintaining a...
Drawer is actively being worked on because we are sticking more to a more-constrained spec similar to that of gmail. Dialog is one of these elements where we are already...