Skip to content
React components for faster and easier web development. Build your own design system, or start with Material Design.
JavaScript TypeScript
Branch: master
Clone or download
jamesgeorge007 and oliviertassinari [Transition] Change the default behavior, 0ms duration if prop missing (
#16839)

* Set snackbar transition duration

* prettier

* remove default value
Latest commit 14bbd57 Aug 1, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci [ci] Merge test_browser and test_production (#16731) Jul 24, 2019
.github [styles] Only run the check on the client-side (#16284) Jun 19, 2019
docs [Tooltip] Fix tooltips's demo arrow dimensions (#16838) Aug 1, 2019
examples [docs] Improve SEO (#16724) Jul 25, 2019
modules [docs] Change http to https (#16056) Jun 5, 2019
packages [Transition] Change the default behavior, 0ms duration if prop missing ( Aug 1, 2019
scripts [docs] Revert upgrade to next 9 (#16755) Jul 26, 2019
static/icons [docs] Move dependencies/scripts from root into workspace (#16640) Jul 19, 2019
test [docs] Improve SEO (#16724) Jul 25, 2019
.browserslistrc [core] Drop node 6 support (#14379) Feb 2, 2019
.codecov.yml [test] Increase the Codecov threshold (#14796) Mar 9, 2019
.editorconfig [docs] Change http to https part 2 (#16171) Jun 12, 2019
.eslintignore [docs] Move dependencies/scripts from root into workspace (#16640) Jul 19, 2019
.eslintrc.js [MenuList] Fix keyboard a11y when no item is focused when opening (#1… Jun 22, 2019
.gitattributes Add gitattributes Dec 12, 2014
.gitignore [docs] Move dependencies/scripts from root into workspace (#16640) Jul 19, 2019
.tidelift.yml [test] Tidelift - skip checking nomnom & os-locale (#13157) Oct 8, 2018
.yarnrc [ci] Use custom frozen lockfile check (#16677) Jul 22, 2019
BACKERS.md [core] Batch changes (#16691) Jul 24, 2019
CHANGELOG.md [core] Release @material-ui/system@v4.3.2 Aug 1, 2019
CODE_OF_CONDUCT.md [docs] Use full text of the code of conduct (#16417) Jun 29, 2019
CONTRIBUTING.md [docs] Minor fixes (#15836) May 24, 2019
GOVERNANCE.md [docs] Change http to https (#16056) Jun 5, 2019
LICENSE Initial commit Aug 18, 2014
README.md [docs] Improve SEO (#16724) Jul 25, 2019
ROADMAP.md [docs] Improve SEO (#16724) Jul 25, 2019
SECURITY.md [docs] Add SECURITY.md (#15804) May 25, 2019
SUPPORT.md [docs] Change http to https part 2 (#16171) Jun 12, 2019
azure-pipelines.yml [docs] Revert upgrade to next 9 (#16755) Jul 26, 2019
babel.config.js [core] Import esm babel helpers (#16701) Jul 26, 2019
crowdin.yml [docs] Improve SEO (#16724) Jul 25, 2019
dangerfile.js [ci] Fix a typo emooji -> emoji (#16286) Jun 19, 2019
docker-compose.yml [core] Prune dead dependencies (#10963) Apr 8, 2018
lerna.json [core] Speed-up typechecking (#16413) Jun 29, 2019
package.json v4.3.0 Jul 28, 2019
prettier.config.js [core] Remove parser specification to fix JSON issue (#11763) Jun 7, 2018
tsconfig.json [docs] Revert upgrade to next 9 (#16755) Jul 26, 2019
tslint.json [withMobileDialog] Improve types (#15276) Apr 9, 2019
yarn.lock [docs] Update `@material-ui/pickers` (#16823) Jul 31, 2019

README.md

Material-UI logo

Material-UI

React components that implement Google's Material Design.

npm package npm downloads CircleCI Build Status Join the community on Spectrum Coverage Status CII Best Practices Code style Follow on Twitter Dependabot Status PeerDependencies Dependencies DevDependencies Average time to resolve an issue Crowdin

Installation

Material-UI is available as an npm package.

Stable channel v4

// with npm
npm install @material-ui/core

// with yarn
yarn add @material-ui/core

v3.x (Migration from v3 to v4)

v0.x (Migration to v1)

Please note that @next will only point to pre-releases; to get the latest stable release use @latest instead.

Supporting Material-UI

Material-UI is an MIT-licensed open source project. It's an independent project with ongoing development made possible thanks to the support of these awesome backers. If you'd like to join them, please consider:

What's the difference between Patreon and OpenCollective?

Funds donated via Patreon directly support Olivier Tassinari's work on Material-UI. Funds donated via OpenCollective are managed transparently and will be used for compensating work and expenses for core team members. Your name/logo will receive proper recognition and exposure by donating on either platform.

Gold Sponsors

Gold Sponsors are those who have pledged $500/month and more to Material-UI.

via Patreon

creative-tim tidelift bitsrc blokt

via OpenCollective

callemall localize

There is more!

See the full list of our backers.

Usage

Here is a quick example to get you started, it's all you need:

import React from 'react';
import ReactDOM from 'react-dom';
import Button from '@material-ui/core/Button';

function App() {
  return (
    <Button variant="contained" color="primary">
      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

Questions

For how-to questions and other non-issues, please use StackOverflow 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.

Documentation

Check out our documentation website.

Premium Themes

You can find complete templates & themes in our premium themes section.

Contributing

We'd greatly appreciate any contribution you make. :)

Changelog

Recently Updated? Please read the changelog.

Roadmap

The future plans and high priority features and enhancements can be found in the ROADMAP.md file.

Thanks

Material-UI is only made possible thanks to these great services that sponsor our core infrastructure:

GitHub allows us to host the Git repository.

CircleCI allows us to run the test suite.

Netlify allows us to distribute the documentation.

CrowdIn allows us to translate the documentation.

BrowserStack allows us to test in real browsers.

CodeCov allows us to monitor the test coverage.

License

This project is licensed under the terms of the MIT license.

Security

To report a security vulnerability, please use the Tidelift security contact. Tidelift will coordinate the fix and disclosure.

You can’t perform that action at this time.