2.0.1 • Published 3 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-calendarGetting 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
3 years ago
2.0.0-alpha.8
3 years ago
2.0.0-alpha.9
3 years ago
2.0.0-alpha.3
3 years ago
2.0.0-alpha.4
3 years ago
2.0.0-alpha.5
3 years ago
2.0.0-alpha.6
3 years ago
2.0.0-alpha.0
3 years ago
2.0.0-alpha.1
3 years ago
2.0.0-alpha.2
3 years ago
2.0.0-beta.1
3 years ago
2.0.1
3 years ago
2.0.0
3 years ago
1.1.0
6 years ago
1.0.0
7 years ago
0.0.0-development
7 years ago