- Add select/ with useSelect, types, SelectTrigger, SelectDropdownContent, SelectOptionItem; min-w-48 max-h-72 (no arbitrary values) - Remove monolithic select.tsx; entry point is select/index.ts - Backward compatible: imports from './select' resolve to module Co-authored-by: Cursor <cursoragent@cursor.com> |
||
|---|---|---|
| .. | ||
| index.ts | ||
| Select.tsx | ||
| SelectDropdownContent.tsx | ||
| SelectOptionItem.tsx | ||
| SelectTrigger.tsx | ||
| types.ts | ||
| useSelect.ts | ||