gdotdesign / elm-ui

UI library for making web applications with Elm
https://elm-ui.netlify.com
BSD 2-Clause "Simplified" License
920 stars 39 forks source link

Create date range picker #94

Open niole opened 6 years ago

niole commented 6 years ago

This PR creates a date range picker by composing two date pickers. A user can do all of the UI interactions that they could do with the individual date pickers.

This PR also adds a Ui spec for this component.

still TODO: my elm code formatter reformatted some files that I didn't actually touch. Must undo that formatting.

Created in response to issue https://github.com/gdotdesign/elm-ui/issues/44

What it looks like:

screen shot 2018-01-13 at 3 43 00 pm