sharkdp / purescript-flare

A special-purpose UI library for Purescript
286 stars 17 forks source link

Add a way to structure the input fields #7

Closed sharkdp closed 8 years ago

sharkdp commented 8 years ago

There could be a group :: UI _ a -> UI _ a function which would not affect the output, but structure the control fields (maybe with HTML5's <fieldset>).