2.0.1 • Published 2 years ago
react-ultimate-calendar v2.0.1
Zero dependency calendar with a localization support, dynamic or weekly range selection, and expanded view.
Install
npm install react-ultimate-calendar
Getting Started
import Calendar from "react-ultimate-calendar";
const start = new Date();
const end = new Date();
end.setDate(end.getDate() + 10);
const onChangeHandler = (weekNumber, startDate, end Date) => { ... }
<Calendar
locale="de-DE"
multi
onChange={onChangeHandler}
showWeekNumbers
weeksSelector
value={[start, end]} // Specify default selected range of 10 days from today
/>;
License
2.0.0-alpha.7
2 years ago
2.0.0-alpha.8
2 years ago
2.0.0-alpha.9
2 years ago
2.0.0-alpha.3
2 years ago
2.0.0-alpha.4
2 years ago
2.0.0-alpha.5
2 years ago
2.0.0-alpha.6
2 years ago
2.0.0-alpha.0
2 years ago
2.0.0-alpha.1
2 years ago
2.0.0-alpha.2
2 years ago
2.0.0-beta.1
2 years ago
2.0.1
2 years ago
2.0.0
2 years ago
1.1.0
6 years ago
1.0.0
6 years ago
0.0.0-development
6 years ago