danielmoncada / date-time-picker

Angular Date Time Picker (Responsive Design)
https://daniel-projects.firebaseapp.com/owlng/date-time-picker
MIT License
143 stars 60 forks source link

Slider as timepicker #43

Open piernik opened 4 years ago

piernik commented 4 years ago

Glad that You took this great project!

I've made slider timepicker for it. Here is my repository: https://github.com/piernik/date-time-picker Maybe You can use it and merge.

Here is screenshot:

datepicker-slider
danielmoncada commented 4 years ago

@piernik will definitely look at it. note that the slider itself should probably adhere to the 'material design' guidelines shown here: https://material.io/components/sliders#usage

piernik commented 4 years ago

it is unstyled - as date-picker.

danielmoncada commented 4 years ago

@piernik anyway you want to integrate this into this fork and make a PR for it? ..and also with the ability to enable/disable the slider functionality

piernik commented 4 years ago

I'm not quite github fluent. In my code there is ability to enable slider: [timepickerComponent]="'slider'"

danielmoncada commented 4 years ago

@piernik thanks. I'll look into your commits to see how easy they are to merge.

piernik commented 4 years ago

@danielmoncada any new?