use-lilius icon indicating copy to clipboard operation
use-lilius copied to clipboard

included negative ranges to be an acceptable choice for range picker …

Open wibed opened this issue 2 years ago β€’ 5 comments

…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

wibed avatar Jan 16 '23 10:01 wibed

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)

vercel[bot] avatar Jan 16 '23 10:01 vercel[bot]

@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 avatar Jan 17 '23 17:01 its-danny

@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.

wibed avatar Jan 17 '23 18:01 wibed

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.

wibed avatar Jan 19 '23 04:01 wibed

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?

wibed avatar Jan 19 '23 04:01 wibed