3 comments (3 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript20,263 stars (20,263 stars)2,167 forks (2,167 forks)batch import
P2Package: coreType: feature requesthelp wanted
Description
Similar to column reordering for <Table>
Contributor guide
- Tech stack
- typescriptreact
- Domain
- frontend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- ReactTypeScriptFamiliarity with Blueprint Table reordering
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- The issue requests drag and drop reordering for Tabs, similar to the existing column reordering in the Table component. To start, examine the implementation of column reordering in the Table component (likely in packages/table/src/ or similar). Then, adapt that pattern to the Tabs component (packages/tabs/src/). Pay attention to accessibility (keyboard support) and state management. Since the issue is old, consider commenting to confirm maintainers' interest and get guidance on expected behavior.