wip: renders calendar with demo data

This commit is contained in:
2025-08-23 09:22:02 -05:00
parent 4e1adc576c
commit 2f7d406d12
4 changed files with 140 additions and 4 deletions

View File

@@ -70,4 +70,37 @@ return [
'@ungap/custom-elements' => [
'version' => '1.3.0',
],
// '@fullcalendar/core' => [
// 'version' => '6.1.19',
// ],
// '@fullcalendar/daygrid' => [
// 'version' => '6.1.19',
// ],
// '@fullcalendar/timegrid' => [
// 'version' => '6.1.19',
// ],
// '@fullcalendar/list' => [
// 'version' => '6.1.19',
// ],
// 'preact' => [
// 'version' => '10.12.1',
// ],
// 'preact/compat' => [
// 'version' => '10.12.1',
// ],
// '@fullcalendar/core/index.js' => [
// 'version' => '6.1.19',
// ],
// '@fullcalendar/core/internal.js' => [
// 'version' => '6.1.19',
// ],
// '@fullcalendar/core/preact.js' => [
// 'version' => '6.1.19',
// ],
// '@fullcalendar/daygrid/internal.js' => [
// 'version' => '6.1.19',
// ],
// 'preact/hooks' => [
// 'version' => '10.12.1',
// ],
];