You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have already migrated the DatePicker component, which is created by me, from its original repository (by Indigo Development) to here following the open source rule. At the same time, I kept all old contributions from Git, so our original contributor, Yan, can still be an honor contributor of this project.
I am really glad to separate this out and make it reusable. But before releasing it formally, we need to make some changes. Because the original BPDatePicker is not headless and is using MUI as its root input component and its floating date picker panel, we will remove them and all unnecessary dependencies (e.g. MUI), and make it headless, so you can style it with your own needs.
This issue is a tracking issue of the first release. We will finish everything on here and then release. I will be very happy if you would like to join this project and contribute to it.
Rough Roadmap
Add a README.
Add ESLint and Lint-checking GitHub Actions.
Remove MUI dependencies and replace it using raw HTML elements (or simple library).
Separate the component into sections in order to make it headless.
Build a center website.
Build a little documentation site describing the features and module usage.
Description
I have already migrated the DatePicker component, which is created by me, from its original repository (by Indigo Development) to here following the open source rule. At the same time, I kept all old contributions from Git, so our original contributor, Yan, can still be an honor contributor of this project.
I am really glad to separate this out and make it reusable. But before releasing it formally, we need to make some changes. Because the original BPDatePicker is not headless and is using MUI as its root input component and its floating date picker panel, we will remove them and all unnecessary dependencies (e.g. MUI), and make it headless, so you can style it with your own needs.
This issue is a tracking issue of the first release. We will finish everything on here and then release. I will be very happy if you would like to join this project and contribute to it.
Rough Roadmap
Tasks
Tests
Website
The text was updated successfully, but these errors were encountered: