Skip to content

Commit

Permalink
Merge pull request clauderic#145 from nicolasleger/readme_link
Browse files Browse the repository at this point in the history
Fix default options link in ReadMe
  • Loading branch information
Claudéric Demers authored Oct 24, 2017
2 parents f7af1b9 + 7197650 commit c776d13
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 @@ -92,7 +92,7 @@ For more usage examples, see [http://clauderic.github.io/react-infinite-calendar
| disabledDays | Array<Number> | | Array of days of the week that should be disabled. For example, to disable Monday and Sunday: `[0, 6]` |
| disabledDates | Array<Date> | | Array of dates that should be disabled. For example: `[new Date(2017, 1, 8), new Date(), new Date(2017, 5, 17)]` |
| display | String | `'days'` | Whether to display the `years` or `days` view. |
| displayOptions | Object | See&nbsp;[default&nbsp;displayOptions](https://github.com/clauderic/react-infinite-calendar/blob/master/src/utils/displayOptions.js) | See [display options](#display-options) section for more details. |
| displayOptions | Object | See&nbsp;[default&nbsp;displayOptions](https://github.com/clauderic/react-infinite-calendar/blob/master/src/utils/defaultDisplayOptions.js) | See [display options](#display-options) section for more details. |
| locale | Object | See&nbsp;[default&nbsp;locale](https://github.com/clauderic/react-infinite-calendar/blob/master/src/utils/defaultLocale.js) | By default, React Infinite Calendar comes with the `English` locale. You can use this to change the language, or change the first day of the week. See [date-fns documentation](https://date-fns.org/docs/I18n) for more details |
| theme | Object | See&nbsp;[default&nbsp;theme](https://github.com/clauderic/react-infinite-calendar/blob/master/src/utils/defaultTheme.js) | Basic customization of the colors |
| className | String | | Optional CSS class name to append to the root `InfiniteCalendar` element. |
Expand Down

0 comments on commit c776d13

Please sign in to comment.