react-nice-dates icon indicating copy to clipboard operation
react-nice-dates copied to clipboard

Why not make `DatePicker` a `span` instead of a `div`?

Open deadcoder0904 opened this issue 5 years ago • 0 comments

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 :)

deadcoder0904 avatar Jun 02 '20 14:06 deadcoder0904