trotzig / react-available-times

A calendar to select available time slots
MIT License
98 stars 33 forks source link

Any visuals available to display the current time on the calendar? #37

Open Schachte opened 4 years ago

Schachte commented 4 years ago

Google calendar has a current time indicator shown by a horizontal red line across the calendar. This indicates the current time of the user. Is it possible to do this currently in react-available-times?

trotzig commented 4 years ago

That’s definitely possible. It’s not something I have a need for in my projects but I’d be happy to review a PR adding this.

Schachte commented 4 years ago

@trotzig What do you use to format this project? Not seeing any scripts or mentions in the readme.

Schachte commented 4 years ago

I threw up a PR to get the idea started. Not really a React guy, so hoping to get a tidbit of guidance to get it merged. Cheers!