Skip to content

Commit a157534

Browse files
author
mudin
committed
closable option docs, closable=false is removed from demo, used yarn instead npm
1 parent 0cac340 commit a157534

File tree

3 files changed

+6
-8911
lines changed

3 files changed

+6
-8911
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,12 @@ How to use:
155155
<td>0</td>
156156
<td>Minimum length unto end to emit load more event</td>
157157
</tr>
158+
<tr>
159+
<td>closable</td>
160+
<td>Boolean</td>
161+
<td>true</td>
162+
<td>Display the close button at the right top corner or not. ESC clicking-close will also be disabled if closable is set to false.</td>
163+
</tr>
158164
<tr>
159165
<td>closeText</td>
160166
<td>String</td>

0 commit comments

Comments
 (0)