quasar-ui-qcalendar
quasar-ui-qcalendar copied to clipboard
Is there a way to achieve a strip calendar like the one in Outlook for Android
ReactNative has a component with similar UX from https://github.com/BugiDev/react-native-calendar-strip.
If you have any pointers, I might be able to make a pull request and work on it.
@dewdad No, there's no functionality like that at the moment. I'll look at Outlook and see we might achieve this.
Thank you. If we have time to go into it, I'd be happy to contribute to the effort.
There is a theoretical way of doing this, that I haven't tried. For the "monthly" mode, there is a prop (weeks
?) which I believe if set to 1 will do then, then put the calendar into mini-mode
as well. I will try it later in a codepen.
Found this and wanted to document it here: https://dribbble.com/shots/10687809-Calendar-Animation
Btw, the above property doesn't exists (and don't know why I was thinking weeks
, that's something else entirely). Namely, thinking of a property...just need a good name and description of what it does.
Keep this conversation for future development ideas
I recently prototyped such a component: https://codesandbox.io/s/pbh-date-selector-7cblk
@tonjohn Looks very nice!