-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Created: Datepicker Component #955
Comments
That's amazing! Many people asked for this. Yes, I think you should release it as a separate package. Let me know if you have any questions ✌️ |
I would like a plugin based on daisyUI and more headless combinations like react-table + daisyUI. Or some common components like rc-component + daisyUI |
@saadeghi Do we have some plugin schedules? |
@tonyYo00 daisyUI only provides the style. So any UI library that is "headless" (only provides functionality + does not provide design decisions or it's optional) can work well with daisyUI. |
@tonyYo00 as for the schedule: will probably release the date-picker in 1-2 weeks (lots of work on daily job 😄 ) |
@rikgirbes i found a headless lib about date: https://github.com/its-danny/use-lilius , I think we can build a daisyUI-exentention with headless: |
@tonyYo00 not really that headless though.. Also would be React-only. And uses date-fns in the background, and popperjs for floating. I made a Vanilla-Ts version, that uses Datefns also, and floating-ui for the floating functionality (which is a treeshakeable version of popper you could say) I think that would more fit daisyui as it can be injected in all frameworks (e.g. react/vue/svelte etc), or just in vanilla js/ts. I haven't found the time yet to make a release-able package, although the code is done and functional. (apart from some small refactoring maybe) |
Also toast are now in DaisyUI (atleast the styles for it), making a js lib for handling toast is easy enough, no need to only support react. |
I'm eager to try it. Publishing a GitHub repo is a good start. Also, this issue should be made into a discussion |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
I created a Datepicker component working with DaisyUI.
All vanilla typescript, although it does use date-fns and floating-ui.
Of course this is both not "css only" and uses 2 libraries.
Thus the question can this be of any use for the project?
Or should I release it separately?
The text was updated successfully, but these errors were encountered: