aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html23
1 files changed, 20 insertions, 3 deletions
diff --git a/index.html b/index.html
index 44ee918..5ae315d 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@0.5.3 - React TimePicker</title> 10 <title>rc-time-picker@0.5.6 - 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@0.5.3</h1> 740 <h1>rc-time-picker@0.5.6</h1>
741</div> 741</div>
742<div class="examples"> 742<div class="examples">
743 <h3>EXAMPLES</h3> 743 <h3>EXAMPLES</h3>
@@ -791,7 +791,7 @@ ReactDOM.render(<span class="xml"><span class="hljs-tag">&lt;<span class="hljs-t
791<td>current open state of picker. controlled prop</td> 791<td>current open state of picker. controlled prop</td>
792</tr> 792</tr>
793<tr> 793<tr>
794<td>value</td> 794<td>defaultValue</td>
795<td>GregorianCalendar</td> 795<td>GregorianCalendar</td>
796<td>null</td> 796<td>null</td>
797<td>current value like input&#39;s value</td> 797<td>current value like input&#39;s value</td>
@@ -844,6 +844,23 @@ ReactDOM.render(<span class="xml"><span class="hljs-tag">&lt;<span class="hljs-t
844<td>null</td> 844<td>null</td>
845<td>called when close picker</td> 845<td>called when close picker</td>
846</tr> 846</tr>
847<tr>
848<td>inputClassName</td>
849<td>String</td>
850<td>&#39;&#39;</td>
851<td></td>
852</tr>
853<tr>
854<td>placement</td>
855<td>String</td>
856<td>bottomLeft</td>
857<td>one of [&#39;left&#39;,&#39;right&#39;,&#39;top&#39;,&#39;bottom&#39;, &#39;topLeft&#39;, &#39;topRight&#39;, &#39;bottomLeft&#39;, &#39;bottomRight&#39;]</td>
858</tr>
859<tr>
860<td>transitionName</td>
861<td>String</td>
862<td>&#39;&#39;</td>
863</tr>
847</tbody> 864</tbody>
848</table> 865</table>
849<h2>License<a id="user-content-license" name="license" class="anchor" aria-hidden="true" href="#license"><span class="octicon octicon-link"></span></a></h2><p>rc-time-picker is released under the MIT license.</p> 866<h2>License<a id="user-content-license" name="license" class="anchor" aria-hidden="true" href="#license"><span class="octicon octicon-link"></span></a></h2><p>rc-time-picker is released under the MIT license.</p>