cally icon indicating copy to clipboard operation
cally copied to clipboard

Small, feature-rich calendar components

Results 13 cally issues
Sort by recently updated
recently updated
newest added

I'm using the `` in vue with a `v-mode.lazy` pointing to a reactive variable. * If outside code updates the reactive variable with a properly formatted date before a date...

Great idea select multiple values for calendar date component.

enhancement

There should be some way to configure the various headings. Rather than month and year being separate, maybe you want a single heading that encompasses both The easy option would...

enhancement

Right now the day names are formatted using the `"narrow" ` style, but people may wish to user other styles. There should be some way of configuring this.

enhancement

* Is SSR possible? * If so, how? * In what environments? * Would need docs and examples I tried `@atomico/astro` previously but hit some issues, and didn't want to...

enhancement

Can we define the default time zone for the calendar? For example, in the calendar, I have the "today" part, but in my case, I need to set the default...

bug

Some calendars offer the possibility to customize the rendering of of a single date by adding additional meta data such as price, availability etc. Is this something that is planned...

enhancement

* adds `show-week-numbers` option to date/range/multi components * adds `weeknumber` slot to month component * adds ``s plus css parts for each column in month * adds `weekday` part for...

I think it would be feasible to let the `shortDayName` be configurable between 'narrow' | 'short'? → https://github.com/WickyNilliams/cally/blob/main/src/calendar-month/useCalendarMonth.ts#L21

i'm thinking we can simplify basic usage, so that people don't need to render their own `` with offsets etc. this would simplify the basic case (and probably be good...

enhancement