1 comment (1 comment)0 reactions (0 reactions)1 assignee (1 assignee)TypeScript3 forks (3 forks)auto 404
enhancementhelp wanted
Repository metrics
- Stars
- 15 stars (15 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
- Check the latest calendar component from shadcn.
- Compare it with the one we have in this repo to standardize the styling and find better way(s) to extend it without losing accessibility.
- Split the current calendar component to be more modular or make different calendar components, each for different purposes.
Contributor guide
- Research direction
- Compare the current calendar component with shadcn's official one. Identify styling and functional gaps. Then refactor to split into modular sub components (e.g., DayPicker, MonthPicker) while preserving accessibility. Study shadcn's approach to extendability and ARIA compliance.
- Tech stack
- typescriptreactnextjstailwindcss
- Domain
- frontend
- Issue type
- Refactor
- Prerequisites
- ReactTypeScriptTailwind CSSShadcn UI