0.0.28 • Published 10 months ago
@seafile/seafile-calendar v0.0.28
rc-calendar
React Calendar
Screenshots
Feature
- support ie9,ie9+,chrome,firefox,safari
- support date, month, year, decade select panel
- support week number
- support en_US and zh_CN locale(UI), use moment.utcOffset to set timezone
- support aria and keyboard accessibility
Keyboard
- Previous month (PageUp)
- Next month (PageDown)
- tab into hour input: Last hour(Up), Next hour(Down)
- tab into hour input: Last minute(Up), Next minute(Down)
- tab into hour input: Last second(Up), Next second(Down)
- Last year (Control + left)
- Next year (Control + right)
install
Usage
import Calendar from 'rc-calendar';
import React from 'react';
import ReactDOM from 'react-dom';
ReactDOM.render(<Calendar />, container);
Development
npm install
npm start
Example
http://localhost:8002/examples/
online example:
http://react-component.github.io/calendar/examples/index.html
API
rc-calendar props
rc-calendar/lib/RangeCalendar props
rc-calendar/lib/MonthCalendar props
rc-calendar/lib/Picker props
rc-calendar/lib/FullCalendar props
Test Case
npm test
Coverage
npm run coverage
open coverage/ dir
License
rc-calendar is released under the MIT license.
node version
18.20.4
0.0.25
10 months ago
0.0.24-beta1
10 months ago
0.0.24-beta2
10 months ago
0.0.24-beta
10 months ago
0.0.24-beta3
10 months ago
0.0.26
10 months ago
0.0.27
10 months ago
0.0.28
10 months ago
0.0.22
3 years ago
0.0.23
3 years ago
0.0.24
3 years ago
0.0.20
3 years ago
0.0.21
3 years ago
0.0.19
3 years ago
0.0.17-beta
3 years ago
0.0.16
3 years ago
0.0.17
3 years ago
0.0.18
3 years ago
0.0.14
4 years ago
0.0.15
4 years ago
0.0.13
5 years ago
0.0.12
5 years ago
0.0.11
5 years ago
0.0.10
6 years ago
0.0.9
6 years ago
0.0.8
6 years ago
0.0.7
6 years ago
0.0.6
6 years ago
0.0.5
6 years ago
0.0.4
6 years ago
0.0.3
6 years ago
0.0.2
6 years ago
0.0.1
6 years ago