UoaWDCC / uasc-web

Project with the University of Auckland Snowsports Club Website & Booking System. Established in 2023.
https://uasc.co.nz
6 stars 2 forks source link

[FRONTEND] Add react-calendar dependency and style it according to figma design #353

Closed bcho892 closed 5 months ago

bcho892 commented 5 months ago

Is your feature request related to a problem? Please describe. https://www.npmjs.com/package/react-calendar Install the package with yarn workspace client add

We should create a wrapper for this component to add our own styles: https://stackoverflow.com/a/66249586

Style it according to the figma: Image

Make sure there is sufficient story coverage showing the different states such as with tileDisabled, dateRange etc

BEFORE MERGING