0.19.5 • Published 6 years ago

jalali-react-big-calendar v0.19.5

Weekly downloads
12
License
MIT
Repository
github
Last release
6 years ago

jalali-react-big-calendar

An jalali events calendar component built for React and made for modern browsers (read: IE10+) and uses flexbox over the classic tables-ception approach.

its just jalali version of react-big-calendar

Use and Setup

npm install jalali-react-big-calendar --save

Include react-big-calendar/lib/css/react-big-calendar.css for styles, and make sure your calendar's container element has a height, or the calendar won't be visible.

example

import BigCalendar from 'jalali-react-big-calendar'
<BigCalendar events={[]} />