React Persian Calender
this is a simple yet practical persian calender for react.
Important note
this component is dependant on "moment-jalaali" package so make sure you install that first.
Install
npm install --save react-persian-calender
Use
// your component details ... { <Calender onChange=handler>}
Props
the only prop right now is onChange
which accepts a function.
you can use your own styles just override the current styles using css.