Nick Williams

Results 48 issues of Nick Williams

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

The docs here imply that it should be possible to configure rollup for building through the generator, but I am not seeing any such option. https://open-wc.org/docs/building/rollup/ There is some scaffolding...

i've tried my hand at getting this just right, but everything always ends up _slightly_ wrong. I can't quite work out where I need to tweak the code to get...

### What version of `@astrojs/compiler` are you using? 2.7.0 ### What package manager are you using? npm ### What operating system are you using? mac ### Describe the Bug If...

needs triage

* 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'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

* adds new prop `getPartsForDate: (date: Date) => string` * this can be used for adding a custom CSS part for any day that gets rendered * css parts are...