25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

README.md 7.1 KiB

3 yıl önce
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. # React Date Picker
  2. [![npm version](https://badge.fury.io/js/react-datepicker.svg)](https://badge.fury.io/js/react-datepicker)
  3. [![Build Status](https://travis-ci.org/Hacker0x01/react-datepicker.svg?branch=master)](https://travis-ci.org/Hacker0x01/react-datepicker)
  4. [![Dependency Status](https://david-dm.org/Hacker0x01/react-datepicker.svg)](https://david-dm.org/Hacker0x01/react-datepicker)
  5. [![codecov](https://codecov.io/gh/Hacker0x01/react-datepicker/branch/master/graph/badge.svg)](https://codecov.io/gh/Hacker0x01/react-datepicker)
  6. [![Downloads](https://img.shields.io/npm/dm/react-datepicker.svg)](https://npmjs.org/package/react-datepicker)
  7. [![Code Quality: Javascript](https://img.shields.io/lgtm/grade/javascript/g/Hacker0x01/react-datepicker.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Hacker0x01/react-datepicker/context:javascript)
  8. [![Total Alerts](https://img.shields.io/lgtm/alerts/g/Hacker0x01/react-datepicker.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Hacker0x01/react-datepicker/alerts)
  9. A simple and reusable Datepicker component for React ([Demo](https://reactdatepicker.com/))
  10. ![](https://cloud.githubusercontent.com/assets/1412392/5339491/c40de124-7ee1-11e4-9f07-9276e2545f27.png)
  11. ## Installation
  12. The package can be installed via [npm](https://github.com/npm/cli):
  13. ```
  14. npm install react-datepicker --save
  15. ```
  16. Or via [yarn](https://github.com/yarnpkg/yarn):
  17. ```
  18. yarn add react-datepicker
  19. ```
  20. You’ll need to install React and PropTypes separately since those dependencies aren’t included in the package. If you need to use a locale other than the default en-US, you'll also need to import that into your project from date-fns (see Localization section below). Below is a simple example of how to use the Datepicker in a React view. You will also need to require the CSS file from this package (or provide your own). The example below shows how to include the CSS from this package if your build system supports requiring CSS files (Webpack is one that does).
  21. ```js
  22. import React from "react";
  23. import DatePicker from "react-datepicker";
  24. import "react-datepicker/dist/react-datepicker.css";
  25. // CSS Modules, react-datepicker-cssmodules.css
  26. // import 'react-datepicker/dist/react-datepicker-cssmodules.css';
  27. class Example extends React.Component {
  28. state = {
  29. startDate: new Date()
  30. };
  31. handleChange = date => {
  32. this.setState({
  33. startDate: date
  34. });
  35. };
  36. render() {
  37. return (
  38. <DatePicker
  39. selected={this.state.startDate}
  40. onChange={this.handleChange}
  41. />
  42. );
  43. }
  44. }
  45. ```
  46. ## Configuration
  47. The most basic use of the DatePicker can be described with:
  48. ```js
  49. <DatePicker selected={this.state.date} onChange={this.handleChange} />
  50. ```
  51. You can use `onSelect` event handler which fires each time some calendar date has been selected
  52. ```js
  53. <DatePicker
  54. selected={this.state.date}
  55. onSelect={this.handleSelect} //when day is clicked
  56. onChange={this.handleChange} //only when value has changed
  57. />
  58. ```
  59. `onClickOutside` handler may be useful to close datepicker in `inline` mode
  60. See [here](https://github.com/Hacker0x01/react-datepicker/blob/master/docs/datepicker.md) for a full list of props that may be passed to the component. Examples are given on the [main website](https://hacker0x01.github.io/react-datepicker).
  61. ### Time picker
  62. You can also include a time picker by adding the showTimeSelect prop
  63. ```js
  64. <DatePicker
  65. selected={this.state.date}
  66. onChange={this.handleChange}
  67. showTimeSelect
  68. dateFormat="Pp"
  69. />
  70. ```
  71. Times will be displayed at 30-minute intervals by default (default configurable via timeIntervals prop)
  72. More examples of how to use the time picker are given on the [main website](https://hacker0x01.github.io/react-datepicker)
  73. ### Localization
  74. The date picker relies on [date-fns internationalization](https://date-fns.org/v2.0.0-alpha.18/docs/I18n) to localize its display components. By default, the date picker will use the locale globally set, which is English. Provided are 3 helper methods to set the locale:
  75. - **registerLocale** (string, object): loads an imported locale object from date-fns
  76. - **setDefaultLocale** (string): sets a registered locale as the default for all datepicker instances
  77. - **getDefaultLocale**: returns a string showing the currently set default locale
  78. ```js
  79. import { registerLocale, setDefaultLocale } from "react-datepicker";
  80. import es from 'date-fns/locale/es';
  81. registerLocale('es', es)
  82. <DatePicker
  83. locale="es"
  84. />
  85. ```
  86. Locales can be changed in the following way:
  87. - **Globally** - `setDefaultLocale('es');`
  88. ## Compatibility
  89. ### React
  90. We're always trying to stay compatible with the latest version of React. We can't support all older versions of React.
  91. Latest compatible versions:
  92. - React 16 or newer: React-datepicker v2.9.4 and newer
  93. - React 15.5: React-datepicker v2.9.3
  94. - React 15.4.1: needs React-datepicker v0.40.0, newer won't work (due to react-onclickoutside dependencies)
  95. - React 0.14 or newer: All above React-datepicker v0.13.0
  96. - React 0.13: React-datepicker v0.13.0
  97. - pre React 0.13: React-datepicker v0.6.2
  98. ### Moment.js
  99. Up until version 1.8.0, this package was using Moment.js. Starting v2.0.0, we switched to using `date-fns`, which uses native Date objects, to reduce the size of the package. If you're switching from 1.8.0 to 2.0.0 or higher, please see the updated example above of check out the [examples site](https://reactdatepicker.com) for up to date examples.
  100. ### Browser Support
  101. The date picker is compatible with the latest versions of Chrome, Firefox, and IE10+.
  102. Unfortunately, it is difficult to support legacy browsers while maintaining our ability to develop new features in the future. For IE9 support, it is known that the [classlist polyfill](https://www.npmjs.com/package/classlist-polyfill) is needed, but this may change or break at any point in the future.
  103. ## Local Development
  104. The `master` branch contains the latest version of the Datepicker component.
  105. To begin local development:
  106. 1. `yarn install`
  107. 2. `yarn build-dev`
  108. 3. `yarn start`
  109. The last step starts documentation app as a simple webserver on http://localhost:3000.
  110. You can run `yarn test` to execute the test suite and linters. To help you develop the component we’ve set up some tests that cover the basic functionality (can be found in `/tests`). Even though we’re big fans of testing, this only covers a small piece of the component. We highly recommend you add tests when you’re adding new functionality.
  111. ### The examples
  112. The examples are hosted within the docs folder and are ran in the simple app that loads the Datepicker. To extend the examples with a new example, you can simply duplicate one of the existing examples and change the unique properties of your example.
  113. ## Accessibility
  114. ### Keyboard support
  115. - _Left_: Move to the previous day.
  116. - _Right_: Move to the next day.
  117. - _Up_: Move to the previous week.
  118. - _Down_: Move to the next week.
  119. - _PgUp_: Move to the previous month.
  120. - _PgDn_: Move to the next month.
  121. - _Home_: Move to the previous year.
  122. - _End_: Move to the next year.
  123. - _Enter/Esc/Tab_: close the calendar. (Enter & Esc calls preventDefault)
  124. ## License
  125. Copyright (c) 2019 HackerOne Inc. and individual contributors. Licensed under MIT license, see [LICENSE](LICENSE) for the full license.