staynomad / Nomad-Front

Prop-tech startup disrupting the budget homesharing industry
https://visitnomad.com
6 stars 0 forks source link

Componentize listing calendar #485

Closed aidenszeto closed 3 years ago

aidenszeto commented 3 years ago

Background

The listing calendar component is currently found in two places - createListing.component.js and listingPage.component.js. The calendar uses an external dependency, but includes some additional styling/data injected on our end. We should create a reusable component for the calendar with the following options in addition to the parameters already present in the component:

Task