Hello Manfred. Thank you for contributing this component. It is a

Hello Manfred.

Thank you for contributing this component. It is a great addition and is a simple alternative to the Vaadin DatePicker.

However I am having trouble getting the css styling to load. I have included v1.3.0 of minicalendar because I am on Vaadin 23.3.32.

When I add the calendar to my layout, it is not styled at all.

Here is my code:

MiniCalendar appointmentDatePicker = new MiniCalendar();
calendarLayout.add(appointmentDatePicker);
appointmentDatePicker.setValue(activityItem.getAvailableStartDate());
appointmentDatePicker.addValueChangeListener(event -> {
  updateTimeslotLayout(event.getValue());
});

\u0000

Hey Franz!

Thanks, I’m happy you like it \uD83E\uDD13


I already found your <a href="https://github.com/downdrown/vaadin-minicalendar/issues/37\" target="_blank">issue on GitHub and replied there, glad you could resolve your problem in the first place \uD83D\uDE4C

However I will try to reserve some time to do some chores - mainly version upgrades, didn’t do that in a while now \uD83E\uDD2B\uD83D\uDC40