4.1.0 • Published 1 year ago

leilamsc90-reserve-calendar v4.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Reservation Calendar

Reservation Calendar is a lightweight React component for creating a Jalali/Georgian reserveatio calendar. The module can also be customized to match the appearance of your designs. It should be noted that this module is derived from the zaman module

Design

I appreciate Leila Yadegari's design of this library.

Install

with npm

$ npm i leilamsc90-reserve-calendar

with yarn

$ yarn add leilamsc90-reserve-calendar

Props

Reserve Calendar

propstypedefault
defaultValuetimestamp | Date | Dayjsundefined
weekendnumber[]undefined
roundstring one of thin | x1 | x2 | x3 | x4thin
accentColorstring#0D59F2
localestring one of fa | enfa
directionstring one of rtl | ltrrtl
onChangefunctionundefined
rangebooleanfalse
fromtimestamp | Date | Dayjsundefined
totimestamp | Date | Dayjsundefined
showbooleanfalse
inputClassstringnull
inputAttributesobject of InputHTMLAttributesnull
classNamestringnull
holiDaysarray of datenull
reserveDaysarray of datenull
pricearray of stringnull
peakDaysarray of numbernull

Calendar Provider

propstypedefault
roundstring one of thin | x1 | x2 | x3 | x4thin
accentColorstring#0D59F2
localestring one of fa | enfa
directionstring one of rtl | ltrrtl
childrenReactNodenull

Usages

Reserve Calendar

import { Calendar, CalendarProvider } from "reservationCalendar";

function App() {
  return (
    <CalendarProvider locale="fa" round="x2" accentColor="#42aebb">
                    <Calendar
                        onChange={(d, to) => console.log(d, to)}
                        weekends={[6]}range
                    />
                </CalendarProvider>
  )
}

License

MIT License

reservationCalendar

4.1.0

1 year ago

4.0.0

1 year ago

3.2.0

1 year ago

3.1.0

1 year ago

3.0.0

1 year ago

2.2.1

1 year ago

2.2.0

1 year ago

2.1.3

1 year ago

1.9.0

2 years ago

2.1.2

2 years ago

2.1.1

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.8.0

2 years ago

1.7.0

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago