On Friday, July 22, 2016 at 6:24:44 AM UTC-6, debois wrote: > > Hi OvermindDL1, > > You mean like Options.styled (Html.Keyed.node "div") ... ? Yeah, we've > used that too, internally—it's amazing how flexible the Elm typing system > is :) >
Exactly! The design of elm-mdl makes it very easy to fit in Keyed or lazy virtual nodes with relative ease. :-) I am curious as to why attributes of elm-mdl things are different from normal attributes, doing things like `Option.cs` compared to `Html.class` is just an odd discrepancy when I thought it might be possible just to use both elm-mdl specific things as well as normal ones (perhaps via a Union type?) On Friday, July 22, 2016 at 6:24:44 AM UTC-6, debois wrote: > Ville Pettinen <https://github.com/vipentti> actually implemented > Material.Typography just last week. I'm saving it for 7.0.0, which I expect > to do in a couple of weeks. Unless you need it urgently, in which case I > can include it in a point release for 6? > Although I would like typography sooner, I am putting in the material typography manually in for now so I can do without, though would be nice to have it faster, but don't worry if it is any work to do. :-) On Friday, July 22, 2016 at 6:24:44 AM UTC-6, debois wrote: > PS. I expect by 7.0.0, we will have all components of Google's MDL. I'm > fairly excited by that ;) > > -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
