Render Full Calendar of DatePicker on a page
问题 I'm trying out React to make a simple application. I like how the full calendar looks like of the following date pickers (after clicking): Material-UI React-Toolbox Is it possible to extract out the full calendar out onto a page without having to click to open the calendar modal/dialog? Just like in Google Calendar apps. For example, I'd like to display the calendar on the main page of the app. 回答1: Have a look at the Calendar component in material-ui library. You should be able to use it