File tree Expand file tree Collapse file tree 1 file changed +22
-4
lines changed Expand file tree Collapse file tree 1 file changed +22
-4
lines changed Original file line number Diff line number Diff line change @@ -1202,10 +1202,28 @@ export default () => {
1202
1202
1203
1203
** Options**
1204
1204
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 >
1209
1227
1210
1228
## Render custom components at the end of the Tablist
1211
1229
You can’t perform that action at this time.
0 commit comments