Props
There are some additional props that are not listed on the API page. These props are for passing custom classes to the nested elements of the datepicker.
inputClassName
Pass a class to the input field
{
type: String,
default: null
}
1
2
3
4
2
3
4
menuClassName
Pass a class to the menu wrapper div
{
type: String,
default: null
}
1
2
3
4
2
3
4
calendarClassName
Pass a class to the calendar wrapper div
{
type: String,
default: null
}
1
2
3
4
2
3
4
calendarCellClassName
Pass a class to the calendar cell
{
type: String,
default: null
}
1
2
3
4
2
3
4