visit-lib-calendar
v0.1.0
Published
``` npm install ```
Keywords
Readme
SharedComponents
Project setup
npm installCompiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run buildRun your tests
npm run testLints and fixes files
npm run lintImport stylesheet as below in EntryComponent of the widget
<style src="visit-library-calendar/dist/Calendar.css" ></style>
Properties supported
booking : A boolean property accepting "true" / "false"
selectedDate : Set the date here the calendar will show that date e.g "2019-11-01"
avialableDays : An array of days that will be marked on the calendar that are available with respect to a product
bookedDays : An array of days that will be marked on the calendar that are booked with respect to a product
