Alexander Foremny

Results 39 comments of Alexander Foremny

Hi @dpinn, you are right to be confused. If I were to write the demo today, I would not have used the `lift`-pattern for demo pages as well. I think...

Turns out that I cannot get rid of the lift pattern in the demo views after all, because the top level application provides wrapping functions like `page.body` to the demo...

Hi @berenddeboer, I have recently implemented keyboard navigation in the [material-components-web-elm demo](https://aforemny.github.io/material-components-web-elm/#chips). I just wanted to let you know, in case that helps. I am also struggeling sometimes that the...

Hi @berenddeboer, as far as I can tell it is not possible to drop `globaltick` completely, because: - you cannot run a JSON decoder from `subscriptions`, and - a component...

Hi @timcase, thank you for your feedback. It is correct that an implementation on web components would be an order of magnitude simpler: - we would not have to re-implement...

Hi, I am excited to share some progress for this issue. For the past year I have been investigating a custom elements approach to Material Components Web, and it is...

Hi @cmditch, that would be amazing! I would also be curios how to use material-components-web-elm with elm-ui. FYI, I have released material-components-web-elm yesterday, so when porting your elm-mdc app you...

I was just looking into this, but then I noticed that the MDC demo suffers from the same problem, so maybe it is by design? [MDC's List demo](https://material-components.github.io/material-components-web-catalog/component/list), see List...

Hi @paulwwisl, thank you for your interest and question. This library will never support material design m3, unfortunately, as its upstream project [material-components-web](https://github.com/material-components/material-components-web) will not add support for m3. Google...