Overview
The dayspan-vuetify library is a collection of components designed for Schedules and Calendars in DaySpan using Vuetify. It offers comprehensive functionality for building modern calendar apps and other applications where event scheduling is a key feature.
Features
- Comprehensive Functionality: Offers all the features any modern calendar app may need.
- Local and Global Settings: Ability to toggle every feature through local and global settings.
- Localization: All text in the library can be easily localized.
- Component Accessibility: Components like ds-event, ds-calendar, and ds-calendar-app are registered globally for easy access.
- XSS Vulnerability Protection: Users must sanitize their own data due to the use of v-html in some places.
Installation
To install the dayspan-vuetify library, use the following npm command:
npm install --save dayspan-vuetify
For optimal performance, ensure compatibility with Vuetify version 1.1.9 or higher. Access components such as ds-event, ds-calendar, and ds-calendar-app after installation.
Summary
The dayspan-vuetify library provides a robust solution for developing calendar and scheduling features within applications. With its extensive functionality, ease of installation, and global component registration, it offers a convenient way to implement dynamic event scheduling capabilities while maintaining security against XSS vulnerabilities.