We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slots for Cells in Monthly view Actually im using fullcalendar, I hope to migrate to quasar-ui-qcalendar. My requests are so simple:
This is what im trying to reproduce with :
Thank you in advance!!!
The text was updated successfully, but these errors were encountered:
here is an example, how to use the day - slot: https://qcalendar.netlify.app/examples/month-slot-day
adding some buttons to the first line, is possible by using the day-of-year slot for example like that:
<q-calendar-month date-align="left" showDayOfYearLabel showMonthLabel="false" ......other options > <template #day-of-year="{ scope: { timestamp } }"> <q-btn flat round padding="none" color="primary" icon="info" :to="'/events/day/' + timestamp.year + '/' + timestamp.month + '/' + timestamp.day"/> </template> </q-calendar-month>
Sorry, something went wrong.
No branches or pull requests
Slots for Cells in Monthly view
Actually im using fullcalendar, I hope to migrate to quasar-ui-qcalendar.
My requests are so simple:
This is what im trying to reproduce with :
Thank you in advance!!!
The text was updated successfully, but these errors were encountered: