Topic: MDBDatepicker Issue
Anna Morawska staff answered 5 years ago
Hi there,
you have to use theme prop, as shown below:
<MDBDatePicker clearable value={null} emptyLabel="Select Date"
getValue={this.getPickerValue}
theme={{
palette: {
primary: {
main: '#3F729B',
},
secondary: {
main: '#1C2331',
contrastText: '#ffcc00',
},
}
}}
/>
You can choose something from our colour palette here.
Best,
Ania
Nitin.Chanana free commented 5 years ago
Thanks for your help, Can i get a complete guidelines of manipulating mdb datepicker for example width of datepicker and the transition occuring on hover of datepicker?
Anna Morawska staff commented 5 years ago
Unfortunately, right now datepicker is hard to customise, but we are going to rebuild it entirely in the near feature.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Free
- Premium support: No
- Technology: MDB React
- MDB Version: 4.8.4
- Device: Lenovo Desktop
- Browser: Google Chrome
- OS: Windows 10
- Provided sample code: No
- Provided link: No