Calender Side Bar on Click

This commit is contained in:
brausjonas
2023-06-08 22:50:33 +02:00
parent 2abef513fe
commit 8eed2746e9
5 changed files with 29609 additions and 345 deletions
+1 -12
View File
@@ -15,18 +15,7 @@ export default function planning(p)
<Logout/>
<Back onClick={() => router.back()}/>
<Background/>
<div style={{
display : "flex",
flexDirection : "row",
justifyContent : "space-around",
alignItems : "center"
}}>
<BasicDateCalendar startyear={2023} startday={1} endyear={2024} endday={100}/>
<CalenderView/>
<div style={{
width : 250
}}></div>
</div>
</div>
</div>
)
}