GIAP's Material UI starter theme
npm install @giapspzoo/mui-themeGIAP's Material UI starter theme.
npm i @giapspzoo/mui-theme
`Pass to the MUI's
createTheme function:
`ts
import { createTheme } from '@mui/material';
import getMuiTheme from '@giapspzoo/mui-theme';const theme = createTheme(getMuiTheme());
`Versioning
The major version number of
@giapspzoo/mui-theme aligns with the major version number of Material UI. For example, if you need a theme compatible with Material UI v6, install @giapspzoo/mui-theme@^6`.