Skip to content

Latest commit

 

History

History
 
 

cdn

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

CDN example

How to use

Download the example or clone the repo:

curl https://codeload.github.com/mui-org/material-ui/tar.gz/next | tar -xz --strip=2  material-ui-next/examples/cdn
cd cdn

Run:

open index.html

The idea behind the example

You can start using MUI with minimal Front-end infrastructure, which is great for prototyping. We discourage using this approach in production, though. The client has to download the entire library, regardless of which components are used, affecting performance and bandwidth usage.

The live preview.

UMD releases

We are providing two Universal Module Definition (UMD) files:

What's next?

You now have a working example project. You can head back to the documentation, continuing browsing it from the templates section.