Horizontal scroll for tabs
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- JavaScript
- Stars
- 3.1k
- Forks
- 455
- Avg merge
- 5h 9m
- Merged PRs (30d)
- 2
Description
I have a case where I would need to scroll horizontally because there are too many open tabs.
Would you be interested if I prepare a PR adding support for it?
Mockup:
< | tab 1 | tab 2 | tab 3 | tab 4 | >
-------------------------------------
| Panel |
-------------------------------------
PS: The scroll would be only for the TabList.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the TabList implementation and its existing tab navigation behavior. Review how the component handles tabs that exceed the available width, then implement horizontal scrolling limited to the TabList. Done means the tabs remain usable when there are too many to fit, while the panel layout is unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100