Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 7287 | Rev 7289 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 7287 Rev 7288
Línea 32... Línea 32...
32
            defaultView="month"
32
            defaultView="month"
33
            style={{ height: '100vh' }}
33
            style={{ height: '100vh' }}
34
            onSelectEvent={(event) => alert(event.title)}
34
            onSelectEvent={(event) => alert(event.title)}
35
            events={events}
35
            events={events}
36
            messages={{
36
            messages={{
37
              next: <ArrowBackIosIcon />,
37
              next: <ArrowForwardIosIcon />,
38
              previous: <ArrowForwardIosIcon />,
38
              previous: <ArrowBackIosIcon />,
39
              today: 'Hoy',
39
              today: 'Hoy',
40
              month: 'Mes',
40
              month: 'Mes',
41
              week: 'Semana',
41
              week: 'Semana',
42
              day: 'Día',
42
              day: 'Día',
43
            }}
43
            }}