Skip to content

Latest commit

 

History

History

material-ui-cra-styled-components

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Material UI - Create React App example with styled-components

How to use

Download the example or clone the repo:

curl https://codeload.github.com/mui/material-ui/tar.gz/master | tar -xz --strip=2 material-ui-master/examples/material-ui-cra-styled-components
cd material-ui-cra-styled-components

Install it and run:

npm install
npm start

CodeSandbox

Note that CodeSandbox is not supporting react-app-rewired, yet you can still see the code.

The following link leverages this demo: https://mui.com/material-ui/integrations/interoperability/#change-the-default-styled-engine with Parcel's alias feature within the package.json.

Edit on CodeSandbox

The idea behind the example

This example demonstrates how to set up Material UI with Create React App, using styled-components as a style engine for your application.

Versions compatibility

Note, the version 5 of @mui/styled-engine-sc is compatible with version 5 of styled-components, while the version 6 of @mui/styled-engine-sc (currently in alpha), is compatible with v6 of styled-components. When incorporating these dependencies into your project, consider this compatibility requirement. In this example application, both libraries are using version 6.

What's next?

You now have a working example project. You can head back to the documentation and continue by browsing the templates section.