@quasar/quasar-ui-qcalendar
Version:
QCalendar - Day/Month/Week Calendars, Popups, Date Pickers, Schedules, Agendas, Planners and Tasks for your Vue Apps
17 lines • 371 B
JSON
{
"props": {
"cell-width": {
"type": [
"String",
"Number"
],
"category": "behavior",
"desc": "Sets day cell width and turns on sticky mode. Width must be css measurement if a string, otherwise it's in pixels",
"default": "# 100",
"__runtimeDefault": true,
"examples": [
"'100px'"
]
}
}
}