puranjayjain / md-date-time-picker

An implementation of Material Design Picker components in vanilla CSS, JS, and HTML
https://puranjayjain.github.io/md-date-time-picker
Other
275 stars 77 forks source link

Next major version #215

Open puranjayjain opened 7 years ago

puranjayjain commented 7 years ago

Next major step

There are loads of problems with the current version

Solution

I personally prefer to write a new version using the material components as the baseline e.g using the dialog etc. modules. This would mean we can reduce the size footprint and make our component modular and in line with the modern bundlers to make it more efficient to use in any project.

What are your thoughts/suggestions/anything else @redbmk @westy92 @digitalkaoz @ggomagundan @codingfriendsnippets

redbmk commented 7 years ago

If this is going to have a dependency on material web components it might be nice to try making it an official component.

puranjayjain commented 7 years ago

@redbmk I also want that but getting a component through would be far more time consuming and even if we push for it from now we may or may not see it live in 6 or more months. I rather see this live than get work hours wasted

westy92 commented 7 years ago

I agree with @redbmk that we should build this as a Material Design Web component. Here's the relevant issues:

https://github.com/material-components/material-components-web/issues/55 https://github.com/material-components/material-components-web/issues/54

redbmk commented 7 years ago

Maybe the first push could be to get it live using material web components as a dependency, then afterwards submit it as a PR to the official team

puranjayjain commented 7 years ago

this would be a better approach