danheron/Heron.MudCalendar

Disable time at week view

Closed this issue · 1 comments

Hey,

is tehre a way to disable (hide) the time at the week view?

There's no property for that but you could add the style:

.mud-cal-time-cell {
  visibility: hidden;
}