Files
react-test/examples/material-ui-gatsby
how2ice 005cf56baf
Some checks failed
No response / noResponse (push) Has been cancelled
CI / Continuous releases (push) Has been cancelled
CI / test-dev (macos-latest) (push) Has been cancelled
CI / test-dev (ubuntu-latest) (push) Has been cancelled
CI / test-dev (windows-latest) (push) Has been cancelled
Maintenance / main (push) Has been cancelled
init project
2025-12-12 14:26:25 +09:00
..
2025-12-12 14:26:25 +09:00
2025-12-12 14:26:25 +09:00
2025-12-12 14:26:25 +09:00
2025-12-12 14:26:25 +09:00

Material UI - Gatsby example

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-gatsby
cd material-ui-gatsby

Install it and run:

npm install
npm run develop

The idea behind the example

The project uses Gatsby, which is a static site generator for React. It includes @mui/material and its peer dependencies, including Emotion, the default style engine in Material UI. If you prefer, you can use styled-components instead.

What's next?

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