Skip to content

Commit

Permalink
Remove docs on Internet Explorer 10
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed May 9, 2024
1 parent 6ccf070 commit f0defaa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/react-date-picker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ Your project needs to use React 16.3 or later. If you use an older version of Re

[React-Calendar](https://github.com/wojtekmaj/react-calendar), on which React-Date-Picker relies heavily, uses modern web technologies. That's why it's so fast, lightweight and easy to style. This, however, comes at a cost of [supporting only modern browsers](https://caniuse.com/#feat=internationalization).

#### Legacy browsers

If you need to support legacy browsers like Internet Explorer 10, you will need to use [Intl.js](https://github.com/andyearnshaw/Intl.js/) or another Intl polyfill along with React-Date-Picker.

### Installation

Add React-Date-Picker to your project by executing `npm install react-date-picker` or `yarn add react-date-picker`.
Expand Down

0 comments on commit f0defaa

Please sign in to comment.