@giapspzoo/mui-theme
v9.0.0
Published
GIAP's Material UI starter theme
Readme
@giapspzoo/mui-theme
GIAP's Material UI starter theme.
Usage
Install the package:
npm i @giapspzoo/mui-themePass to the MUI's createTheme function:
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.
