UNPKG

jb-calendar

Version:

jalali calendar interface web component

19 lines (10 loc) 294 B
# jb-calendar React component calendar component for react ## installation run `npm install jb-calendar` to install package with npm ## usage use below syntax in your render function. ```jsx import {JBCalendar} from 'jb-calendar/react'; <JBCalendar></JBCalendar> ```