diff options
author | afc163 <afc163@gmail.com> | 2017-05-02 11:32:35 +0800 |
---|---|---|
committer | afc163 <afc163@gmail.com> | 2017-05-02 11:32:35 +0800 |
commit | b879cfead429b717b7d89f4ceaf55973e2d96b4f (patch) | |
tree | 36b8522dc1ed920b6bb362d7e60ff86cf6fe2f99 /index.html | |
parent | 09b89d6426aece18f7e3435bcf76810ca8a173e2 (diff) | |
download | time-picker-b879cfead429b717b7d89f4ceaf55973e2d96b4f.tar.gz time-picker-b879cfead429b717b7d89f4ceaf55973e2d96b4f.tar.zst time-picker-b879cfead429b717b7d89f4ceaf55973e2d96b4f.zip |
Updates
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -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"><<span class="hljs-t | |||
839 | <td>time input's placeholder</td> | 839 | <td>time input's placeholder</td> |
840 | </tr> | 840 | </tr> |
841 | <tr> | 841 | <tr> |
842 | <td>className</td> | ||
843 | <td>String</td> | ||
844 | <td>''</td> | ||
845 | <td>time picker className</td> | ||
846 | </tr> | ||
847 | <tr> | ||
848 | <td>popupClassName</td> | ||
849 | <td>String</td> | ||
850 | <td>''</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> |