Project with the University of Auckland Snowsports Club Website & Booking System. Established in 2023.
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
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:
Make sure there is sufficient story coverage showing the different states such as with
tileDisabled
,dateRange
etcBEFORE MERGING
git fetch origin master:master
, thengit rebase master
orgit merge master
)