### calendar Calendar includes styles for different calendar libraries [calendar docs](https://daisyui.com/components/calendar/) #### Class names - component - `cally (for Cally web component)` - `react-day-picker (for the DayPicker component)` - `vc (for Vanilla Calendar Pro)` #### Syntax For Cally: ```html {CONTENT} ``` For React Day Picker: ```html ``` For Vanilla Calendar Pro: ```html
``` ```js import { Calendar } from "vanilla-calendar-pro" const calendar = new Calendar("#calendar") calendar.init() ``` Or using CDN: ```html
``` #### Rules - daisyUI supports Cally, React Day Picker and Vanilla Calendar Pro