1.1.7 • Published 4 years ago

reactjs-persian-calendar v1.1.7

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

reactjs persian calendar

reactjs persian calendar

reactjs persian calendar online Demo

NPM version NPM downloads NPM downloads MIT License Build Status

npm i reactjs-persian-calendar
import JCalendar from 'reactjs-persian-calendar'

// your component details ...
render() {
  <JCalendar 
      locale={'fa'} 
      color={'#000066'}
      size={30}
      onClick={console.log}
      itemRender={(key, item, children) => children}
  />
}

props

locale:     [string]    'fa' or 'en',
color:      [string]    '#660000' or 'red' or 'rgb(250,0,0)',
size:       [number]    30 size of calendar item
onClick:    [function]  callback onClick on any day item,
itemRender: [function]  change render any item in calendar,

Javad Shariati jsh1400@yahoo.com

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

0.2.7

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago