jungsoft / materialui-daterange-picker

A react date range picker implementation using @material-ui.
MIT License
70 stars 81 forks source link

Ability to add custom JSX inside paper component #15

Open yam2 opened 3 years ago

yam2 commented 3 years ago

Hi, It would be nice if I can add custom button controls inside the wrapper component. Maybe have a footer prop which takes in the current range etc.

Thank you