day8 / re-com

A ClojureScript library of reusable components for Reagent
https://re-com.day8.com.au
MIT License
796 stars 147 forks source link

Add datepicker i18n and ability to set its width #201

Closed PawelStroinski closed 3 years ago

PawelStroinski commented 5 years ago

The i18n can be done with the two new attributes:

The other new attributes:

These can be seen in action in the new I18n demo.

superstructor commented 3 years ago

Thanks @PawelStroinski 👍 😄

Resolved some minor merge conflicts, tested via demos page and merged.