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 () => {
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
You can’t perform that action at this time.
0 commit comments