Skip to content

Commit 7a3b06a

Browse files
update document of more button plugin
1 parent b220009 commit 7a3b06a

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

README.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,10 +1202,28 @@ export default () => {
12021202

12031203
**Options**
12041204

1205-
- `showMoreButtonComponent`
1206-
* description : Customize `show more` button component
1207-
* type : `React component`
1208-
* required : no
1205+
<table>
1206+
<tbody>
1207+
<tr>
1208+
<th>option name</th>
1209+
<th>type</th>
1210+
<th>default value</th>
1211+
<th>description</th>
1212+
</tr>
1213+
<tr>
1214+
<td>moreButtonPlugin_buttonComponent *</td>
1215+
<td>React Component</td>
1216+
<td></td>
1217+
<td>customize button component of more button plugin</td>
1218+
</tr>
1219+
<tr>
1220+
<td>moreButtonPlugin_iconComponent *</td>
1221+
<td>React Component</td>
1222+
<td></td>
1223+
<td>customize icon component of more button plugin</td>
1224+
</tr>
1225+
</table>
1226+
</tbody>
12091227

12101228
## Render custom components at the end of the Tablist
12111229

0 commit comments

Comments
 (0)