Skip to content

Commit

Permalink
Merge pull request #1049 from arymoraes/docs/maxVisibleEventCount
Browse files Browse the repository at this point in the history
docs: add maxVisibleEventCount to README.md
  • Loading branch information
acro5piano authored May 28, 2024
2 parents a2c995a + 31ad02f commit 9f5e9ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ export interface CalendarProps<T extends ICalendarEventBase> {
| `eventsAreSorted` | no | `boolean` | (for performance) Boolean for skip sorting the events inside the library due they are already sorted. Defaults to false |
| `showWeekNumber` | no | `boolean` | Show week number. Week number will be shown at top left corner for week/day mode and at start of each row for month mode |
| `weekNumberPrefix` | no | `string` | Prefix for week number. For month mode, the prefix will be shown in header row. |
| `maxVisibleEventCount` | no | `number` | Maximum number of events to show in a cell in month view. If the number of events exceeds this value, the cell will show the `moreLabel`. Defaults to 3. |

## EventRenderer

Expand Down

0 comments on commit 9f5e9ad

Please sign in to comment.