0.21.0 • Published 3 years ago

@atenaganji/react-big-calendar-arsh v0.21.0

Weekly downloads
-
License
-
Repository
-
Last release
3 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.

This only makes react-big-calendar use jalali calendar system by jalali-moment

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={[]} />