0.0.11 • Published 12 months ago

clinic-web-library v0.0.11

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months 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

12 months ago

0.0.10

12 months ago

0.0.9

12 months ago

0.0.8

12 months ago

0.0.7

12 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago