0.0.11 • Published 2 years ago

clinic-web-library v0.0.11

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Calendar package

Description

This package enable you to create a month calendar, you can fill it with events and display them.

Usage

To render your events try:

    <MonthCalendar data={data}/>

Example

Here is an data object example:

{
  appointments: [
    {
      _id: '64261d4001755162d718061b',
      appointmentStart: '2023-03-15T12:00:00',
      appointmentEnd: '2023-03-15T12:30:00',
      date: '2023-03-15T00:00:00',
      week_number: 11,
      day_of_week: 4,
      duration: 30,
      clinic: 'salud',
      name: '',
      lastName: '',
      title: 'gas',
      description: '',
      uid: '',
      id: '0d98548a-b1de-4767-a392-fee000fb09f8',
      email: '',
      phoneNumber: '',
      sendForm: 'Whatsapp',
      reminder: false,
      priority: false
    },
    {
      _id: '64263cfe80e96b41840e21ed',
      appointmentStart: '2023-01-04T12:00:00',
      appointmentEnd: '2023-01-04T12:30:00',
      date: '2023-01-04T00:00:00',
      week_number: 1,
      day_of_week: 4,
      duration: 30,
      clinic: 'salud',
      name: '',
      lastName: '',
      title: '',
      description: '',
      uid: '',
      id: '9b69109b-ac69-440b-974c-d92d57eb0edc',
      email: '',
      phoneNumber: '',
      sendForm: 'Whatsapp',
      reminder: false,
      priority: false
    },
    {
      _id: '64263cff80e96b41840e21ef',
      appointmentStart: '2023-01-04T12:00:00',
      appointmentEnd: '2023-01-04T12:30:00',
      date: '2023-01-04T00:00:00',
      week_number: 1,
      day_of_week: 4,
      duration: 30,
      clinic: 'salud',
      name: '',
      lastName: '',
      title: '',
      description: '',
      uid: '',
      id: '44968511-42e3-4f1c-9c02-529562efe4d6',
      email: '',
      phoneNumber: '',
      sendForm: 'Whatsapp',
      reminder: false,
      priority: false
    }
  ]
}
0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago