react-persian-calendar

1.0.3 • Public • Published

React Persian Calendar

this is a simple yet practical persian calendar for react.

screenshot-2017-10-2 react app

Important note

this component is dependant on "moment-jalaali" package so make sure you install that first.

Install

npm install --save react-persian-calendar

Use

import Calendar from 'react-persian-calendar'
 
// your component details ...
 
render() {
  <Calendar 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.

/react-persian-calendar/

    Package Sidebar

    Install

    npm i react-persian-calendar

    Weekly Downloads

    16

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    51.7 kB

    Total Files

    7

    Last publish

    Collaborators

    • htondkar