
This is what happens when I add too many tabs.
When the number of tab panels is too large, there are two processing strategies:
-
Add horizontal scroll bar. A similar case is postman.But postman doesn't do well, because since it can slide, it's not necessary to set the li at the top so short

-
Limit the number of displays and fold up the excess. A case is the tab component of ant design.we can see here

I don't know which strategy is good, but it's best to support one first, which will make the component more powerful.
I am looking for a useful tabview component, and your work is already very good. My coding skills are not enough, otherwise I will try to make changes.
This is what happens when I add too many tabs.
When the number of tab panels is too large, there are two processing strategies:
Add horizontal scroll bar. A similar case is

postman.But postman doesn't do well, because since it can slide, it's not necessary to set theliat the top so shortLimit the number of displays and fold up the excess. A case is the

tabcomponent ofant design.we can see hereI don't know which strategy is good, but it's best to support one first, which will make the component more powerful.
I am looking for a useful tabview component, and your work is already very good. My coding skills are not enough, otherwise I will try to make changes.