-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'next' into fix/pickers/clickaway-react17
- Loading branch information
Showing
113 changed files
with
1,852 additions
and
929 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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
import * as React from 'react'; | ||
import ApiPage from 'docs/src/modules/components/ApiPage'; | ||
import mapApiPageTranslations from 'docs/src/modules/utils/mapApiPageTranslations'; | ||
import jsonPageContent from './backdrop-unstyled.json'; | ||
|
||
export default function Page(props) { | ||
const { descriptions, pageContent } = props; | ||
return <ApiPage descriptions={descriptions} pageContent={pageContent} />; | ||
} | ||
|
||
Page.getInitialProps = () => { | ||
const req = require.context( | ||
'docs/translations/api-docs/backdrop-unstyled', | ||
false, | ||
/backdrop-unstyled.*.json$/, | ||
); | ||
const descriptions = mapApiPageTranslations(req); | ||
|
||
return { | ||
descriptions, | ||
pageContent: jsonPageContent, | ||
}; | ||
}; |
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,26 @@ | ||
{ | ||
"props": { | ||
"children": { "type": { "name": "node" } }, | ||
"classes": { "type": { "name": "object" }, "default": "{}" }, | ||
"component": { "type": { "name": "elementType" } }, | ||
"components": { | ||
"type": { "name": "shape", "description": "{ Root?: elementType }" }, | ||
"default": "{}" | ||
}, | ||
"componentsProps": { "type": { "name": "object" }, "default": "{}" }, | ||
"invisible": { "type": { "name": "bool" } } | ||
}, | ||
"name": "BackdropUnstyled", | ||
"styles": { | ||
"classes": ["root", "invisible"], | ||
"globalClasses": { "root": "MuiBackdrop-root", "invisible": "MuiBackdrop-invisible" }, | ||
"name": null | ||
}, | ||
"spread": true, | ||
"forwardsRefTo": "HTMLDivElement", | ||
"filename": "/packages/material-ui-unstyled/src/BackdropUnstyled/BackdropUnstyled.js", | ||
"inheritance": null, | ||
"demos": "<ul><li><a href=\"/components/backdrop/\">Backdrop</a></li></ul>", | ||
"styledComponent": true, | ||
"cssComponent": false | ||
} |
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
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
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,20 @@ | ||
import React from 'react'; | ||
import TopLayoutCompany from 'docs/src/modules/components/TopLayoutCompany'; | ||
import { prepareMarkdown } from 'docs/src/modules/utils/parseMarkdown'; | ||
|
||
const pageFilename = 'company/lead-designer'; | ||
const requireDemo = require.context('docs/src/pages/company/lead-designer', false, /\.(js|tsx)$/); | ||
const requireRaw = require.context( | ||
'!raw-loader!../../src/pages/company/lead-designer', | ||
false, | ||
/\.(js|md|tsx)$/, | ||
); | ||
|
||
export default function Page({ demos, docs }) { | ||
return <TopLayoutCompany 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
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,52 @@ | ||
# We build the next generation of tools for UI development | ||
|
||
<p class="description">Material-UI is focused on making React UI development faster, simpler, and accessible to more people.</p> | ||
|
||
The open-source project started back in 2014 to unify React and Material Design. Today, Material-UI has grown to become one of the world's most popular React UI libraries, backed by a vibrant community of more than 2M developers in over 180 countries. | ||
|
||
The company is bootstrapped (so far). It was incorporated in mid 2019 and yet growing fast (x2-3 YoY). We doubled the team in 2020 and are on track to do the same in 2021. | ||
|
||
## Our values | ||
|
||
- **Customer obsessed**. We put our customers front & center. We focus on delivering web experiences that feel amazing. We ask questions. We experiment with new ideas. | ||
- **Transparency**. Most of our work is public. We share what we work on regularly in the open. We collect feedback as soon and as frequently as possible. We learn from each other and | ||
grow from it. | ||
- **Freedom**. We work from anywhere in the world. We keep meetings to a minimum, preferring asynchronous and written communication. | ||
- **Autonomy**. We want to create a safe, high-trust team. We want you to be able to feel invested in your work and proud of it. | ||
- **Excellence**. We're aiming high, and we know it. Even the smallest details are important to us. We only want the best for each other and our customers. | ||
|
||
## Perks & benefits | ||
|
||
- **Remote**: Our entire company is distributed. | ||
- **Gatherings**: We meet up once or twice a year for a short week of meetings, events, and fun! | ||
- **Equipment**: Material-UI will let you choose new hardware of your choice (up to $2,500 USD). | ||
- **Flexible hours**: We work from different timezones. When the work is done doesn't really matter. | ||
- **Time off**: We provide five weeks of paid time off. | ||
|
||
## Open roles | ||
|
||
We're currently looking for help in the following areas: | ||
|
||
### [Lead Designer](/company/lead-designer/) | ||
|
||
We are looking for a lead designer to own most of our design work. | ||
|
||
### [Senior Software Engineer](/company/software-engineer/) | ||
|
||
<span style="font-size: 14px;">Two positions (one design system team, one advanced components team).</span> | ||
|
||
We are looking for senior software engineers to help support our open-source components, assist the Material-UI community, and grow our enterprise edition. | ||
|
||
## FAQs | ||
|
||
### Are there application deadlines? | ||
|
||
No. If a job is visible on our careers page, then you can still apply. | ||
|
||
### Does Material-UI do whiteboarding during interviews? | ||
|
||
No. We ask applicants to complete challenges that are close to their future day-to-day contributions. | ||
|
||
### Does Material-UI offer contractor job opportunities? | ||
|
||
Yes. People outside of France will be hired as full-time contractors. (Benefits may vary.) |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.