6.1.11 • Published 9 years ago
be-calendar v6.1.11
be-calendar
This is a fork of https://github.com/react-component/calendar
Use the original repository and original package of npm, this package is only for testing purpose
React Calendar
Screenshots
Feature
- support ie8,ie8+,chrome,firefox,safari
- support date, month, year, decade select panel
- support week number
- support en_US and zh_CN locale (ui and timeOffset)
- 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 startExample
http://localhost:8001/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
npm run chrome-testCoverage
npm run coverageopen coverage/ dir
License
rc-calendar is released under the MIT license.
6.1.11
9 years ago
6.1.9
9 years ago
6.1.8
9 years ago
6.1.7
9 years ago
6.1.6
9 years ago
6.1.5
9 years ago
6.1.4
9 years ago
6.1.3
9 years ago
6.1.2
9 years ago
6.1.1
9 years ago
6.1.0
9 years ago
6.0.9
10 years ago
6.0.8
10 years ago
6.0.7
10 years ago
6.0.6
10 years ago
6.0.5
10 years ago
6.0.4
10 years ago
6.0.3
10 years ago
6.0.2
10 years ago
6.0.0
10 years ago
5.5.0
10 years ago
