ReactTypeScriptFamiliarity with Blueprint Table reordering
新手友好度1-100 的估计分数,表示该议题对首次贡献者的友好程度。
30
研究方向
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.
FR: drag and drop to reorder Tabs · palantir/blueprint#921 | Good First Issue