Skip to content

here some list are not working #39

@ersanjay5991

Description

@ersanjay5991

as per your demo reference. https://lrojas94.github.io/react-timeslot-calendar/
package Documentation demo code also not mention about with this example

i am using react 16

 <ReactTimeslotCalendar
      initialDate={moment().format()}
      
      timeslots = { [
        ['12:00:00' ],
        ['10'],
        ['18:00'],
        ['18:15', '18:30'],
    ] }
    maxTimeslots ={[1]}
   ignoreWeekends = {
    ['sundays']
  }  
    disabledTimeslots = {[
    {
        startDate: 'April 30th 2020, 12:00:00 AM',
        format: 'MMMM Do YYYY, h:mm:ss A',
    },
    {
        startDate: 'May 1st 2020, 10:00:00 PM',
        format: 'MMMM Do YYYY, h:mm:ss A',
    },
    {
        startDate: 'May 5th 2017, 6:00:00 PM',
        format: 'MMMM Do YYYY, h:mm:ss A',
    },
]}
    />

list of not working
time slote display :

<div class="tsc-day"><div class="tsc-day__title"><span>Wednesday (26)</span></div><div class="tsc-timeslot tsc-timeslot--selected">12:00 PM</div><div class="tsc-timeslot tsc-timeslot--selected">6:00 PM - 6:00 PM</div><div class="tsc-timeslot">10:00 AM</div><div class="tsc-timeslot tsc-timeslot--selected">6:00 PM</div></div>

Disable slote not wokring

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions