Skip to content

Commit

Permalink
docs: wording closer to the moreLabel example
Browse files Browse the repository at this point in the history
  • Loading branch information
arymoraes committed May 27, 2024
1 parent 3104479 commit 31ad02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +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 on the month view. If the number of events exceeds this value, the cell will show the `moreLabel`. Defaults to 3. |
| `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 31ad02f

Please sign in to comment.