Back to Material Ui

Material UI x Pigment CSS - Vite example

examples/material-ui-pigment-css-vite-ts/README.md

9.0.01.2 KB
Original Source

Material UI x Pigment CSS - Vite example

How to use

Download the example or clone the repo:

<!-- #target-branch-reference -->
bash
curl https://codeload.github.com/mui/material-ui/tar.gz/master | tar -xz --strip=2 material-ui-master/examples/material-ui-pigment-css-vite-ts
cd material-ui-pigment-css-vite-ts

Install it and run:

bash
npm install
npm run dev

or:

<!-- #target-branch-reference -->

The idea behind the example

This example uses Vite. It includes @mui/material and Pigment CSS as the style engine.

What's next?

<!-- #host-reference -->

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