forked from mui/material-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move picker sources into lab (#4) Update README.md [DatePicker] Refactor pickers tests to testing-library and mocha (#5) [TimePicker] Migrate tests to testing library (#8) [DateTimePicker] Migrate tests (#9) Fix all pickers linter errors (#10) Fix all circular dependencies (#11) * Fix all circular dependencies * Enable mocha eslint rules for typescript tests [test] The last step to a green CI (#15) Migrate pickers docs (#12) Downgrade to withStyles for pickers sources (#16) Add public api exports for pickers components (#17) Consolidate component namespace and theme augmentation (#18) Describe conformance for pickers sub-components (#19) Autogenerate proptypes for typescript sources (#20) Proper build output (#21) Clear migration artifacts (#23) Eslint rule for lower-case test name convention (#24) DateRangePicker (#25) yarn deduplicate Remove GridListTile [DateTimePicker] Fix migration unit tests Fix types Fix typescript types migration issues Fix yarn lerna build (#33) Fix karma tests use window.Touch for CI karma tests Remove more outdated diff noise (#34) Replace not valid formats with valid ISO strings Try to fix CI touch tests Skip tests if Touch events are not supported Fix merge conflicts Actually type-check Fix safari tests Remove lowercase test name rule The casing is up to the test author. We're not the grammar police in tests. Fix lint Format Remove overzealous eslint-disable* Debug failing tests Better debugging Timezones are fun was isoString th efix? Let's find out what's failing and then skip it Branch for safari Skip DateRangePicker in browsers review Matt's review Co-authored-by: Matt <github@nospam.33m.co>
- Loading branch information
Showing
490 changed files
with
14,896 additions
and
32,005 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
.idea | ||
.vscode | ||
*.log | ||
*.tsbuildinfo | ||
/.eslintcache | ||
/.nyc_output | ||
/benchmark/**/dist | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,178 +1 @@ | ||
<p align="center"> | ||
<a href="https://material-ui.com/" rel="noopener" target="_blank"><img width="150" src="https://material-ui.com/static/logo.svg" alt="Material-UI logo"></a></p> | ||
</p> | ||
|
||
<h1 align="center">Material-UI</h1> | ||
|
||
<div align="center"> | ||
|
||
[React](https://reactjs.org/) components for faster and simpler web development. Build your own design system, or start with [Material Design](https://material.io/design/introduction/). | ||
|
||
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/mui-org/material-ui/blob/master/LICENSE) | ||
[![npm latest package](https://img.shields.io/npm/v/@material-ui/core/latest.svg)](https://www.npmjs.com/package/@material-ui/core) | ||
[![npm next package](https://img.shields.io/npm/v/@material-ui/core/next.svg)](https://www.npmjs.com/package/@material-ui/core) | ||
[![npm downloads](https://img.shields.io/npm/dm/@material-ui/core.svg)](https://www.npmjs.com/package/@material-ui/core) | ||
[![CircleCI](https://img.shields.io/circleci/project/github/mui-org/material-ui/next.svg)](https://app.circleci.com/pipelines/github/mui-org/material-ui?branch=next) | ||
[![Coverage Status](https://img.shields.io/codecov/c/github/mui-org/material-ui/next.svg)](https://codecov.io/gh/mui-org/material-ui/branch/next) | ||
[![Follow on Twitter](https://img.shields.io/twitter/follow/MaterialUI.svg?label=follow+Material-UI)](https://twitter.com/MaterialUI) | ||
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=mui-org/material-ui)](https://dependabot.com) | ||
[![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/mui-org/material-ui.svg)](https://isitmaintained.com/project/mui-org/material-ui 'Average time to resolve an issue') | ||
[![Crowdin](https://badges.crowdin.net/material-ui-docs/localized.svg)](https://translate.material-ui.com/project/material-ui-docs) | ||
[![Open Collective backers and sponsors](https://img.shields.io/opencollective/all/material-ui)](https://opencollective.com/material-ui) | ||
|
||
</div> | ||
|
||
## Installation | ||
|
||
Material-UI is available as an [npm package](https://www.npmjs.com/package/@material-ui/core). | ||
|
||
**[Stable channel v4](https://material-ui.com/)** | ||
|
||
```sh | ||
// with npm | ||
npm install @material-ui/core | ||
|
||
// with yarn | ||
yarn add @material-ui/core | ||
``` | ||
|
||
**[Alpha channel v5](https://next.material-ui.com/)** | ||
|
||
```sh | ||
// with npm | ||
npm install @material-ui/core@next | ||
|
||
// with yarn | ||
yarn add @material-ui/core@next | ||
``` | ||
|
||
<details> | ||
<summary>Older versions</summary> | ||
|
||
- **[v3.x](https://v3.material-ui.com/)** ([Migration from v3 to v4](https://material-ui.com/guides/migration-v3/)) | ||
- **[v0.x](https://v0.material-ui.com/)** ([Migration to v1](https://material-ui.com/guides/migration-v0x/)) | ||
|
||
</details> | ||
|
||
Please note that `@next` will only point to pre-releases; to get the latest stable release use `@latest` instead. | ||
|
||
## Who sponsors Material-UI? | ||
|
||
### Diamond 💎 | ||
|
||
<p style="display: flex; justify-content: center;"> | ||
<a data-ga-event-category="sponsor" data-ga-event-action="logo" data-ga-event-label="octopus" href="https://octopus.com/?utm_source=materialui&utm_medium=referral" rel="noopener sponsored" target="_blank" style="margin-right: 16px;"><img height="128" width="128" src="https://avatars3.githubusercontent.com/u/1287123?s=256" alt="octopus" title="Repeatable, reliable deployments" loading="lazy" /></a> | ||
<a data-ga-event-category="sponsor" data-ga-event-action="logo" data-ga-event-label="doit-intl" href="https://www.doit-intl.com/?utm_source=materialui&utm_medium=referral" rel="noopener sponsored" target="_blank" style="margin-right: 16px;"><img height="128" width="128" src="https://avatars3.githubusercontent.com/u/8424863?s=256" alt="doit-intl" title="Management Platform for Google Cloud and AWS" loading="lazy" /></a> | ||
</p> | ||
|
||
Diamond Sponsors are those who have pledged \$1,500/month or more to Material-UI. | ||
|
||
### Gold 🏆 | ||
|
||
via [Patreon](https://www.patreon.com/oliviertassinari) | ||
|
||
<p style="display: flex; justify-content: center;"> | ||
<a data-ga-event-category="sponsor" data-ga-event-action="logo" data-ga-event-label="tidelift" href="https://tidelift.com/subscription/pkg/npm-material-ui?utm_source=npm-material-ui&utm_medium=referral&utm_campaign=homepage" rel="noopener sponsored" target="_blank" style="margin-right: 16px;"><img height="96" width="96" src="https://github.com/tidelift.png?size=96" srcset="https://github.com/tidelift.png?size=192 2x" alt="tidelift" title="Enterprise-ready open source software" loading="lazy" /></a> | ||
<a data-ga-event-category="sponsor" data-ga-event-action="logo" data-ga-event-label="bitsrc" href="https://bit.dev" rel="noopener sponsored" target="_blank" style="margin-right: 16px;"><img height="96" width="96" src="https://github.com/teambit.png?size=96" srcset="https://github.com/teambit.png?size=192 2x" alt="bitsrc" title="The fastest way to share code" loading="lazy" /></a> | ||
</p> | ||
|
||
via [OpenCollective](https://opencollective.com/material-ui) | ||
|
||
<p style="display: flex; justify-content: center; flex-wrap: wrap;"> | ||
<a data-ga-event-category="sponsor" data-ga-event-action="logo" data-ga-event-label="textemall" href="https://www.text-em-all.com" rel="noopener sponsored" target="_blank" style="margin-right: 16px;"><img src="https://images.opencollective.com/callemall/a6946da/logo/96.png" srcset="https://images.opencollective.com/callemall/a6946da/logo/192.png 2x" alt="call-em-all" title="Mass Text Messaging & Automated Calling" height="96" width="96" loading="lazy"></a> | ||
<a data-ga-event-category="sponsor" data-ga-event-action="logo" data-ga-event-label="canadacasino" href="https://www.canadacasino.ca/" rel="noopener sponsored" target="_blank" style="margin-right: 16px;"><img height="96" width="96" src="https://images.opencollective.com/canadacasino/5b19004/logo/96.png" srcset="https://images.opencollective.com/canadacasino/5b19004/logo/192.png 2x" alt="bitsrc" title="" loading="lazy" /></a> | ||
</p> | ||
|
||
Gold Sponsors are those who have pledged \$500/month or more to Material-UI. | ||
|
||
### There is more! | ||
|
||
See the full list of [our backers](https://material-ui.com/discover-more/backers/). | ||
|
||
## Usage | ||
|
||
Here is a quick example to get you started, **it's all you need**: | ||
|
||
```jsx | ||
import React from 'react'; | ||
import ReactDOM from 'react-dom'; | ||
import Button from '@material-ui/core/Button'; | ||
|
||
function App() { | ||
return <Button variant="contained">Hello World</Button>; | ||
} | ||
|
||
ReactDOM.render(<App />, document.querySelector('#app')); | ||
``` | ||
|
||
Yes, it's really all you need to get started as you can see in this live and interactive demo: | ||
|
||
[![Edit Button](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/4j7m47vlm4) | ||
|
||
## Questions | ||
|
||
For _how-to_ questions and other non-issues, | ||
please use [StackOverflow](https://stackoverflow.com/questions/tagged/material-ui) instead of GitHub issues. | ||
There is a StackOverflow tag called "material-ui" that you can use to tag your questions. | ||
|
||
## Examples | ||
|
||
Are you looking for an example project to get started? | ||
[We host some](https://material-ui.com/getting-started/example-projects/). | ||
|
||
## Documentation | ||
|
||
Check out our [documentation website](https://material-ui.com/). | ||
|
||
## Premium Themes | ||
|
||
You can find complete templates & themes in the [Material-UI store](https://material-ui.com/store/?utm_source=docs&utm_medium=referral&utm_campaign=readme-store). | ||
|
||
## Contributing | ||
|
||
Read our [contributing guide](/CONTRIBUTING.md) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Material-UI. | ||
|
||
Notice that contributions go far beyond pull requests and commits. | ||
Although we love giving you the opportunity to put your stamp on Material-UI, we also are thrilled to receive a variety of [other contributions](https://material-ui.com/getting-started/faq/#material-ui-is-awesome-how-can-i-support-the-project). | ||
|
||
## Changelog | ||
|
||
Recently Updated? | ||
Please read the [changelog](https://github.com/mui-org/material-ui/releases). | ||
|
||
## Roadmap | ||
|
||
The future plans and high priority features and enhancements can be found in the [roadmap](https://material-ui.com/discover-more/roadmap/) file. | ||
|
||
## License | ||
|
||
This project is licensed under the terms of the | ||
[MIT license](/LICENSE). | ||
|
||
## Sponsoring services | ||
|
||
These great services sponsor Material-UI's core infrastructure: | ||
|
||
[<img loading="lazy" alt="GitHub" src="https://github.githubassets.com/images/modules/logos_page/GitHub-Logo.png" height="25">](https://github.com/) | ||
|
||
GitHub allows us to host the Git repository. | ||
|
||
[<img loading="lazy" alt="CircleCI" src="https://assets.brandfolder.com/otz6k5-cj8pew-e4rk9u/element.png?v=1501538594" height="32">](https://circleci.com/) | ||
|
||
CircleCI allows us to run the test suite. | ||
|
||
[<img loading="lazy" alt="Netlify" src="https://cdn.netlify.com/15ecf59b59c9d04b88097c6b5d2c7e8a7d1302d0/1b6d6/img/press/logos/full-logo-light.svg" height="30">](https://www.netlify.com/) | ||
|
||
Netlify allows us to distribute the documentation. | ||
|
||
[<img loading="lazy" alt="CrowdIn" src="https://support.crowdin.com/assets/logos/crowdin-logo1-small.png" height="30">](https://crowdin.com/) | ||
|
||
CrowdIn allows us to translate the documentation. | ||
|
||
[<img loading="lazy" alt="BrowserStack" src="https://www.browserstack.com/images/mail/browserstack-logo-footer.png" height="30">](https://www.browserstack.com/) | ||
|
||
BrowserStack allows us to test in real browsers. | ||
|
||
[<img loading="lazy" alt="CodeCov" src="https://github.com/codecov.png?size=70" width="35" height="35">](https://codecov.io/) | ||
|
||
CodeCov allows us to monitor the test coverage. | ||
Temporary repository to merge the date picker components in main codebase. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
import React from 'react'; | ||
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; | ||
import { prepareMarkdown } from 'docs/src/modules/utils/parseMarkdown'; | ||
|
||
const pageFilename = 'components/date-picker'; | ||
const requireDemo = require.context('docs/src/pages/components/date-picker', false, /\.(js|tsx)$/); | ||
const requireRaw = require.context( | ||
'!raw-loader!../../src/pages/components/date-picker', | ||
false, | ||
/\.(js|md|tsx)$/, | ||
); | ||
|
||
// Run styled-components ref logic | ||
// https://github.com/styled-components/styled-components/pull/2998 | ||
requireDemo.keys().map(requireDemo); | ||
|
||
export default function Page({ demos, docs }) { | ||
return <MarkdownDocs demos={demos} docs={docs} requireDemo={requireDemo} />; | ||
} | ||
|
||
Page.getInitialProps = () => { | ||
const { demos, docs } = prepareMarkdown({ pageFilename, requireRaw }); | ||
return { demos, docs }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
import React from 'react'; | ||
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; | ||
import { prepareMarkdown } from 'docs/src/modules/utils/parseMarkdown'; | ||
|
||
const pageFilename = 'components/date-range-picker'; | ||
const requireDemo = require.context( | ||
'docs/src/pages/components/date-range-picker', | ||
false, | ||
/\.(js|tsx)$/, | ||
); | ||
const requireRaw = require.context( | ||
'!raw-loader!../../src/pages/components/date-range-picker', | ||
false, | ||
/\.(js|md|tsx)$/, | ||
); | ||
|
||
// Run styled-components ref logic | ||
// https://github.com/styled-components/styled-components/pull/2998 | ||
requireDemo.keys().map(requireDemo); | ||
|
||
export default function Page({ demos, docs }) { | ||
return <MarkdownDocs demos={demos} docs={docs} requireDemo={requireDemo} />; | ||
} | ||
|
||
Page.getInitialProps = () => { | ||
const { demos, docs } = prepareMarkdown({ pageFilename, requireRaw }); | ||
return { demos, docs }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
import React from 'react'; | ||
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; | ||
import { prepareMarkdown } from 'docs/src/modules/utils/parseMarkdown'; | ||
|
||
const pageFilename = 'components/date-time-picker'; | ||
const requireDemo = require.context( | ||
'docs/src/pages/components/date-time-picker', | ||
false, | ||
/\.(js|tsx)$/, | ||
); | ||
const requireRaw = require.context( | ||
'!raw-loader!../../src/pages/components/date-time-picker', | ||
false, | ||
/\.(js|md|tsx)$/, | ||
); | ||
|
||
// Run styled-components ref logic | ||
// https://github.com/styled-components/styled-components/pull/2998 | ||
requireDemo.keys().map(requireDemo); | ||
|
||
export default function Page({ demos, docs }) { | ||
return <MarkdownDocs demos={demos} docs={docs} requireDemo={requireDemo} />; | ||
} | ||
|
||
Page.getInitialProps = () => { | ||
const { demos, docs } = prepareMarkdown({ pageFilename, requireRaw }); | ||
return { demos, docs }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
import React from 'react'; | ||
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; | ||
import { prepareMarkdown } from 'docs/src/modules/utils/parseMarkdown'; | ||
|
||
const pageFilename = 'components/time-picker'; | ||
const requireDemo = require.context('docs/src/pages/components/time-picker', false, /\.(js|tsx)$/); | ||
const requireRaw = require.context( | ||
'!raw-loader!../../src/pages/components/time-picker', | ||
false, | ||
/\.(js|md|tsx)$/, | ||
); | ||
|
||
// Run styled-components ref logic | ||
// https://github.com/styled-components/styled-components/pull/2998 | ||
requireDemo.keys().map(requireDemo); | ||
|
||
export default function Page({ demos, docs }) { | ||
return <MarkdownDocs demos={demos} docs={docs} requireDemo={requireDemo} />; | ||
} | ||
|
||
Page.getInitialProps = () => { | ||
const { demos, docs } = prepareMarkdown({ pageFilename, requireRaw }); | ||
return { demos, docs }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.