added calendar and implemented bridge between small and big calendar
This commit is contained in:
@@ -10,10 +10,10 @@ defineProps<{
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="flex flex-col h-full grow">
|
||||
<div class="flex justify-center items-center bg-gray-600 h-18 text-white border-b-white border-b-2">vue-calendar
|
||||
<div class="flex flex-col h-full w-32">
|
||||
<div class="flex justify-center items-center h-18 border-b-text border-b-2">vue-calendar
|
||||
</div>
|
||||
<div class="calendar-legend bg-gray-600 text-white relative flex flex-col grow justify-evenly">
|
||||
<div class="calendar-legend relative flex flex-col grow justify-evenly">
|
||||
<CalendarSeperator v-for="sep in seperators" :seperator="sep">
|
||||
{{ sep.text }}
|
||||
</CalendarSeperator>
|
||||
|
||||
Reference in New Issue
Block a user