Peter, what exactly do you mean by this: "Now the need is for some kind of structure and way of delivering Elm products that embed this kind of web-components."
How do you deliver applications without Web Components? How do you think using WCs makes it different? On Wed, Sep 28, 2016, 01:41 Frederick Yankowski <[email protected]> wrote: > I took Peter’s gist as a basis and made a repo out of it: > https://github.com/fredcy/elm-polymer-calendar > > My version uses a small bit of native code to convert the JS Date value > from the calendar component (sent as a JS event) into an Elm Date value. > That avoids the kluge I had before using toString and Date.fromString to > do the conversion (with manual munging of the string necessary in between). > > I spent a little time getting it to work in the latest Chrome, Firefox, > and IE. I also packaged it up into a near-minimal distribution which can be > seen at https://fredcy.github.io/elm-polymer-calendar/ > > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Elm Discuss" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/elm-discuss/8Q2xwRh6UYc/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- 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.
