Skip to content

Commit 3f72d3d

Browse files
committed
docs: update docs
1 parent 783df83 commit 3f72d3d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,14 @@ ReactDOM.render(App, container);
107107
<th>-</th>
108108
<td>specify whether the panel of children is collapsible or the area of collapsible.</td>
109109
</tr>
110+
<tr>
111+
<td>items</td>
112+
<td>
113+
<a href="./src/interface.ts#ItemType">interface.ts#ItemType</a>
114+
</td>
115+
<th>-</th>
116+
<td>collapse items content</td>
117+
</tr>
110118
</tbody>
111119
</table>
112120

@@ -116,6 +124,8 @@ If `accordion` is true, only one panel can be open. Opening another panel will c
116124

117125
### Collapse.Panel props
118126

127+
> **deprecated** use `items` instead, will be removed in `v4.0.0`
128+
119129
<table class="table table-bordered table-striped">
120130
<thead>
121131
<tr>

0 commit comments

Comments
 (0)