StaticMania / keep-react

Keep React is an open-source component library built on Tailwind CSS and React.js. It provides a versatile set of pre-designed UI components to build modern web applications.
https://react.keepdesign.io
MIT License
1.34k stars 113 forks source link

[Migration] : Upgrade DatePicker Component to React DayPicker Library #155

Closed Arifulislam5577 closed 7 months ago

Arifulislam5577 commented 7 months ago

Description

The current DatePicker component in Keep React uses React Datepicker. It's time to migrate to the React DayPicker library for better performance, more features, and improved maintenance.

Goals

Implementation Plan

  1. Assess the current DatePicker component codebase.
  2. Research and understand the React DayPicker library.
  3. Modify the DatePicker component to integrate with React DayPicker.
  4. Test thoroughly to ensure compatibility and functionality.
  5. Update documentation and examples.

Additional Notes