aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorafc163 <afc163@gmail.com>2017-05-02 11:32:35 +0800
committerafc163 <afc163@gmail.com>2017-05-02 11:32:35 +0800
commitb879cfead429b717b7d89f4ceaf55973e2d96b4f (patch)
tree36b8522dc1ed920b6bb362d7e60ff86cf6fe2f99 /index.html
parent09b89d6426aece18f7e3435bcf76810ca8a173e2 (diff)
downloadtime-picker-b879cfead429b717b7d89f4ceaf55973e2d96b4f.tar.gz
time-picker-b879cfead429b717b7d89f4ceaf55973e2d96b4f.tar.zst
time-picker-b879cfead429b717b7d89f4ceaf55973e2d96b4f.zip
Updates
Diffstat (limited to 'index.html')
-rw-r--r--index.html16
1 files changed, 14 insertions, 2 deletions
diff --git a/index.html b/index.html
index 7f8ae03..bcc519e 100644
--- a/index.html
+++ b/index.html
@@ -7,7 +7,7 @@
7 <meta charset="utf-8"/> 7 <meta charset="utf-8"/>
8 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 8 <meta http-equiv="X-UA-Compatible" content="IE=edge">
9 <link href="//cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.css" rel="stylesheet"/> 9 <link href="//cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.css" rel="stylesheet"/>
10 <title>rc-time-picker@2.3.5 - React TimePicker</title> 10 <title>rc-time-picker@2.4.0 - React TimePicker</title>
11 <style> 11 <style>
12 @font-face { 12 @font-face {
13 font-family: octicons-anchor; 13 font-family: octicons-anchor;
@@ -737,7 +737,7 @@
737 737
738<body> 738<body>
739<div class="header"> 739<div class="header">
740 <h1>rc-time-picker@2.3.5</h1> 740 <h1>rc-time-picker@2.4.0</h1>
741</div> 741</div>
742<div class="examples"> 742<div class="examples">
743 <h3>EXAMPLES</h3> 743 <h3>EXAMPLES</h3>
@@ -839,6 +839,18 @@ ReactDOM.render(<span class="xml"><span class="hljs-tag">&lt;<span class="hljs-t
839<td>time input&#39;s placeholder</td> 839<td>time input&#39;s placeholder</td>
840</tr> 840</tr>
841<tr> 841<tr>
842<td>className</td>
843<td>String</td>
844<td>&#39;&#39;</td>
845<td>time picker className</td>
846</tr>
847<tr>
848<td>popupClassName</td>
849<td>String</td>
850<td>&#39;&#39;</td>
851<td>time panel className</td>
852</tr>
853<tr>
842<td>showHour</td> 854<td>showHour</td>
843<td>Boolean</td> 855<td>Boolean</td>
844<td>true</td> 856<td>true</td>