Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 405 Bytes

File metadata and controls

16 lines (12 loc) · 405 Bytes

react-big-calendar forked to support persian

Usage

You can start using this repo easily:

import { PersianCalendar } from 'react-big-calendar-forked-persian';
import 'react-big-calendar-forked-persian/lib/css/react-big-calendar.css';

const YourComponent = () => (
  <PersianCalendar />
)

Docs

You can read the Original docs