react-nice-dates
react-nice-dates copied to clipboard
Why not make `DatePicker` a `span` instead of a `div`?
Currently I have to hack around with flexbox to get a span layout. Why not make it a span by default so if someone wants a block layout they can wrap it with a div.
While to do a inline layout, it requires a flexbox hack which IMO is worse as a library shouldn't make design decisions :)