bibekg / react-schedule-selector

A mobile-friendly when2meet-style grid-based schedule selector
MIT License
147 stars 51 forks source link

Switch to CSS grid better layout + customizability #33

Closed bibekg closed 4 years ago

bibekg commented 4 years ago

Changes the core grid to use CSS Grid rather than Flexbox. This ensures that the layout behaves more predictably and is easier to customize. In the process, this also introduces a few new props: renderTimeLabel, renderDateLabel, columnGap, and rowGap and removes one old prop: margin. Not much changes visually/functionally.

image