use-lilius
use-lilius copied to clipboard
included negative ranges to be an acceptable choice for range picker β¦
β¦and adjusted the example
i wanted to start abstracting its functionality further, ideally to get a headless wrapper around a localizer. tell me what you think
The latest updates on your projects. Learn more about Vercel for Git βοΈ
| Name | Status | Preview | Comments | Updated |
|---|---|---|---|---|
| use-lilius | β Failed (Inspect) | Jan 19, 2023 at 6:30AM (UTC) |
@wibed i will check on this soon, busy week at the moment. in the meantime, can you give me a use case for this? I'm not against adding it just not sure what it solves as I've never needed more than the basics for stuff I've worked on.
@its-danny to compress the whole date scheduling process onto a minimal headless system, could serve as calendar / scheduler.
i couldnt find any project that covers all these dimensions as yours does.
i think it is almost as i like it to be.
- it should be headless
- it should include structure for picker, scheduler and calendar to be able to originate from the same source
what is missing
- generic localizer, i would prefer to have a something like date-io. but it seems simple enough to leave this excersise to each implementation.
i havent mentioned to not support examples from single select and multiselect
- single select is possible in range select ( click twice on same date)
- multi select use case is not fully understandable, id prefer selectable options such as "weekly" or "monthly" maybe on the schedule view itself?