use-lilius
use-lilius copied to clipboard
π A headless calendar hook for React.
not sure why, but all of a sudden all of chakras internal stories are included in this storybook. gotta find out how to make it not do that.
You should be able to store and get events tied to dates. Something like: ```typescript Event { start: Date; end: Date; meta?: T; } addEvent(event: Event) => void eventsFor(date: Date)...
β¦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