Material UI is a set of React components that implement Google's Material Design.
This example is enabled with JSS server side rendering capabilities.
To edit Material UI theme variables, use src/theme.js
. To overwrite Material UI styling please refer to Material UI documentation.
This example includes:
- general JSS support
- Material UI components and icons
- Google's Roboto font loaded from CDN
- Image imports
- File imports
To get started, run react-static create
and use the material-ui
template.