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

πŸ“… A headless calendar hook for React.

Results 3 use-lilius issues
Sort by recently updated
recently updated
newest added

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.

documentation

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

enhancement
maybe

…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