freiksenet / react-calendar

A modular toolkit to build calendar-related things in React
http://freiksenet.github.io/react-calendar/
MIT License
249 stars 46 forks source link

Configure Month-component props from Calendar-component #41

Open FacetOfVerity opened 7 years ago

FacetOfVerity commented 7 years ago

I need to set "monthNameFormat " prop from Calendar-component, and change default property monthNameFormat: 'MMMM YYYY' in Month-component, but such opportunity is only available for "weekNumbers" prop. It would be nice to be able to configure all the properties of internal components from Calendar-component

neha-brahmankar commented 7 years ago

@FacetOfVerity Any lead on how this can be done?

FacetOfVerity commented 7 years ago

Just add object with Month props to Calendar props and throw fields of this object to Month component using spread operator.