If you like Vanilla Calendar Pro, please give it a 🌟 star on GitHub.
Layouts
Layouts allow you to almost completely change the DOM structure of the calendar and add your own HTML elements, such as buttons. Each type of calendar has its own default template, and you can customize each of them.
Tags containing the symbol «#» are registered components of the calendar and should contain a closing slash at the end of the tag, except for the tag <#Multiple><#/Multiple>, which wraps one month.
All default templates list all possible components for that template.
layouts.default
Type: String
Default: string
Options: string
This is the default template for displaying one month and its dates.
layouts.multiple
Type: String
Default: string
Options: string
This is the default template for displaying multiple months and their dates.
layouts.month
Type: String
Default: string
Options: string
This is the default template for selecting a month.
layouts.year
Type: String
Default: string
Options: string
This is the default template for selecting a year.