motss / app-datepicker

Datepicker element built with Google's lit and Material Design 2021
https://npm.im/app-datepicker
MIT License
180 stars 51 forks source link

Making it responsive #108

Closed ghost closed 7 years ago

ghost commented 7 years ago

i think it would be a good idea to make calendar responsive currently or at least a mode that automatically chooses between horizontal and vertical based on space it has.

motss commented 7 years ago

@aryaei You can find a property view from the documentation as this can be set to the view you expect it to be by listening to some kind of media query changes.

ghost commented 7 years ago

Thanks a lot. will look into it.