Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 9d5eb35

Browse files
[README] Make it very clear
Signed-off-by: Olivier Tassinari <olivier.tassinari@gmail.com>
1 parent 4401b56 commit 9d5eb35

File tree

1 file changed

+0
-55
lines changed

1 file changed

+0
-55
lines changed

README.md

Lines changed: 0 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,3 @@
11
## ⚠️ The end of @material-ui/pickers 🙈, long live @mui/x-date-pickers
22

33
See [#2157](https://github.com/mui/material-ui-pickers/issues/2157) for more details.
4-
5-
---
6-
7-
<p align="center">
8-
<a href="https://material-ui.com/" rel="noopener" target="_blank"><img width="200" src="https://material-ui-pickers.dev/static/meta-image.png" alt="Material-ui-pickers logo"></a></p>
9-
</p>
10-
11-
<h1 align="center">Material UI Pickers</h1>
12-
13-
<div align="center">
14-
15-
Accessible, customizable, delightful date & time pickers for [@material-ui/core](https://material-ui.com/)
16-
17-
[![npm package](https://img.shields.io/npm/v/@material-ui/pickers.svg)](https://www.npmjs.org/package/@material-ui/pickers)
18-
[![npm download](https://img.shields.io/npm/dm/@material-ui/pickers.svg)](https://www.npmjs.org/package/@material-ui/pickers)
19-
[![codecov](https://codecov.io/gh/mui/material-ui-pickers/branch/next/graph/badge.svg)](https://codecov.io/gh/mui/material-ui-pickers)
20-
[![Bundle Size](https://badgen.net/bundlephobia/minzip/@material-ui/pickers)](https://bundlephobia.com/result?p=@material-ui/pickers@latest)
21-
[![CircleCI](https://circleci.com/gh/mui/material-ui-pickers.svg?style=svg)](https://circleci.com/gh/mui/material-ui-pickers)
22-
[![Cypress.io tests](https://img.shields.io/badge/cypress.io-tests-green.svg?style=flat-square)](https://dashboard.cypress.io/#/projects/qow28y/runs)
23-
[![This project is using Percy.io for visual regression testing.](https://percy.io/static/images/percy-badge.svg)](https://percy.io/mui/material-ui-pickers)
24-
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
25-
26-
</div>
27-
28-
## Installation
29-
30-
Note that this package requires `@material-ui/core` **v4**. It will not work with the old v3. Please read the [migration guide](https://material-ui-pickers.dev/guides/upgrading-to-v3) if you are updating from v2
31-
32-
```sh
33-
// via npm
34-
npm i @material-ui/pickers
35-
36-
// via yarn
37-
yarn add @material-ui/pickers
38-
```
39-
40-
## Getting started
41-
42-
[Here is instruction](https://material-ui-pickers.dev/getting-started/installation#peer-library) of how to get started with `@material-ui/pickers`.
43-
44-
## Documentation
45-
46-
Check out the [documentation website](https://material-ui-pickers.dev/).
47-
48-
## Changelog
49-
50-
The changelog is available [on GitHub](https://github.com/mui/material-ui-pickers/releases).
51-
52-
## Contributing
53-
54-
For information about how to contribute, see the [CONTRIBUTING](https://github.com/mui/material-ui-pickers/blob/master/CONTRIBUTING.md) file.
55-
56-
## LICENSE
57-
58-
The project is licensed under the terms of [MIT license](https://github.com/mui/material-ui-pickers/blob/master/LICENSE).

0 commit comments

Comments
 (0)