danheron / Heron.MudCalendar

Calendar component for MudBlazor
MIT License
174 stars 33 forks source link

Disable time at week view #86

Closed TobiasBCC closed 8 months ago

TobiasBCC commented 9 months ago

Hey,

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

danheron commented 9 months ago

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

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