matthewbub / calendar-widgets

Craft beautifully robust date components in React.
http://calendar-widgets.com/
MIT License
4 stars 13 forks source link

Replace locale obj with default prop in `Calendar` #170

Closed matthewbub closed 1 year ago

matthewbub commented 1 year ago
<Calendar 
  // ...
  dayNames={['S', 'M', 'T', 'W', 'T', 'F', 'S']}
/>