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 />
)
You can read the Original docs