3 comments (3 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript2,167 forks (2,167 forks)batch import
P2Package: coreType: feature requesthelp wanted
Repository metrics
- Stars
- 20,263 stars (20,263 stars)
- PR merge metrics
- Avg merge 43d 10h (Avg merge 43d 10h)27 merged PRs in 30d (27 merged PRs in 30d)
Description
Similar to column reordering for <Table>
Contributor guide
- Research direction
- Study how column reordering is implemented in the Table component (likely using drag and drop). Then adapt that pattern to the Tabs component. Look at the existing Tabs implementation and understand its structure.
- Tech stack
- typescriptreact
- Domain
- frontend
- Issue type
- Feature
- Prerequisites
- ReactTypeScriptDrag and Drop APIs