Skip to content

Commit 22a2982

Browse files
update readme : add options of more-button-plugin
1 parent e661fce commit 22a2982

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ React Dynamic Tabs with full API
3333
- [direction](#direction)
3434
- [tabComponent](#tabcomponent)
3535
- [defaultPanelComponent](#defaultpanelcomponent)
36-
- [showMoreButtonComponent](#showmorebuttoncomponent)
3736
- [accessibility](#accessibility)
3837
- [isVertical](#isvertical)
3938
- [onLoad](#onload)
@@ -373,13 +372,7 @@ const [TabList, PanelList, ready] = useDynTabs({
373372
});
374373
```
375374

376-
### showMoreButtonComponent
377375

378-
Customize `show more button` component
379-
380-
- type : `React component`
381-
- required : no
382-
- this option does not work when the `MoreButtonPlugin` plugin is not used
383376

384377
### accessibility
385378

@@ -1207,6 +1200,13 @@ export default () => {
12071200

12081201
```
12091202

1203+
**Options**
1204+
1205+
- `showMoreButtonComponent`
1206+
* description : Customize `show more` button component
1207+
* type : `React component`
1208+
* required : no
1209+
12101210
## Render custom components at the end of the Tablist
12111211

12121212
- render `new tab` button example :

0 commit comments

Comments
 (0)