hoist-react
hoist-react copied to clipboard
New `DateRangeInput` component
Blueprint has a nice example of this, but they are really easy to find. Nice when you really need a range, and want to use one-click buttons, etc.
One issue is how to then represent the date range in your form model? As an array of two dates? An object with start/end properties?