9.3.114 • Published 7 years ago
rc-calendar-tbtime v9.3.114
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
npm install --save rc-calendar-tbtime
Usage
import React from 'react';
import ReactDOM from 'react-dom';
import TbCalendar from "rc-calendar-tbtime/dist/rc-calendar";
import "rc-calendar-tbtime/dist/rc-calendar.css";
class Demo extends React.Component{
constructor()
{
super();
this.state = {value:"2017-12"}
}
handleChange(v) { this.setState({ value: v }) }
render(){
return ( <TbCalendar disabled={false}
onChange={(v)=>{this.handleChange(v)}}
value={this.state.value}
format="YYYY-MM"/>
);
}
}
ReactDOM.render(<Demo />, document.getElementById('__react-content'));
属性说明
9.3.114
7 years ago
9.3.113
7 years ago
9.3.112
7 years ago
9.3.111
7 years ago
9.3.110
7 years ago
9.3.109
7 years ago
9.3.108
7 years ago
9.3.107
7 years ago
9.3.106
7 years ago
9.3.105
8 years ago
9.3.104
8 years ago
9.3.103
8 years ago
9.3.102
8 years ago
9.3.101
8 years ago
9.3.1-tbtime-1.0.24
8 years ago
9.3.1-tbtime-1.0.23
8 years ago
9.3.1-tbtime-1.0.22
8 years ago
9.3.1-tbtime-1.0.21
8 years ago
9.3.1-tbtime-1.0.20
8 years ago
9.3.1-tbtime-1.0.19
8 years ago
9.3.1-tbtime-1.0.18
8 years ago
9.3.1-tbtime-1.0.17
8 years ago
9.3.1-tbtime-1.0.16
8 years ago
9.3.1-tbtime-1.0.15
8 years ago
9.3.1-tbtime-1.0.14
8 years ago
9.3.1-tbtime-1.0.13
8 years ago
9.3.1-tbtime-1.0.12
8 years ago
9.3.1-tbtime-1.0.11
8 years ago
9.3.1-tbtime-1.0.10
8 years ago
9.3.1-tbtime-1.0.9
8 years ago
9.3.1-tbtime-1.0.8
8 years ago
9.3.1-tbtime-1.0.7
8 years ago
9.3.1-tbtime-1.0.6
8 years ago
9.3.1-tbtime-1.0.5
8 years ago
9.3.1-tbtime-1.0.4
8 years ago
9.3.1-tbtime-1.0.3
8 years ago
9.3.1-tbtime-1.0.2
8 years ago
9.3.1-tbtime-1.0.1
8 years ago
9.3.1-tbtime-1.0.0
8 years ago
9.3.1-tbtime
8 years ago