outwatch / purescript-outwatch

A functional and reactive UI framework based on Rx and VirtualDom
https://outwatch.github.io/?lang=purescript
Apache License 2.0
34 stars 5 forks source link

provide more helpers like inputRange #6

Open rvion opened 7 years ago

rvion commented 7 years ago

Do you plan to add helpers like

inputRange :: forall e. Array (VDom e) -> VDom e
inputRange opts = input (cons (tpe := "number") opts)

?

If not, would you accept a PR with some of those ?

LukaJCB commented 7 years ago

It's currently not planned to add these, but I'll gladly accept PRs :)

rvion commented 7 years ago

will do !