elmish

Attributes vs Properties in Fable Elmish

心已入冬 提交于 2020-05-17 05:56:28
问题 I am going through the book "Elm in Action" and trying to convert the application developed there to Fable-Elmish. Many things translate directly from Elm to Elmish but not everything (at least not directly). Right now I am trying to understand how to set properties on custom HTML element in Fable-Elmish. The book has an example of a JS Range object with the following script in the HTML file: <link rel="stylesheet" href="http://elm-in-action.com/range-slider.css"> <script src="http://elm-in