aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html12
1 files changed, 10 insertions, 2 deletions
diff --git a/index.html b/index.html
index e1b2288..2529fbd 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.1.0 - React TimePicker</title> 10 <title>rc-time-picker@2.2.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.1.0</h1> 740 <h1>rc-time-picker@2.2.0</h1>
741</div> 741</div>
742<div class="examples"> 742<div class="examples">
743 <h3>EXAMPLES</h3> 743 <h3>EXAMPLES</h3>
@@ -746,6 +746,8 @@
746 746
747 <li><a href="examples/disabled.html">disabled</a></li> 747 <li><a href="examples/disabled.html">disabled</a></li>
748 748
749 <li><a href="examples/format.html">format</a></li>
750
749 <li><a href="examples/hidden.html">hidden</a></li> 751 <li><a href="examples/hidden.html">hidden</a></li>
750 752
751 <li><a href="examples/pick-time.html">pick-time</a></li> 753 <li><a href="examples/pick-time.html">pick-time</a></li>
@@ -839,6 +841,12 @@ ReactDOM.render(<span class="xml"><span class="hljs-tag">&lt;<span class="hljs-t
839<td></td> 841<td></td>
840</tr> 842</tr>
841<tr> 843<tr>
844<td>showMinute</td>
845<td>Boolean</td>
846<td>whether show minute</td>
847<td></td>
848</tr>
849<tr>
842<td>showSecond</td> 850<td>showSecond</td>
843<td>Boolean</td> 851<td>Boolean</td>
844<td>whether show second</td> 852<td>whether show second</td>