1.0.2 • Published 2 years ago

@lithiamotors/lpp-mui-theme v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@lithiamotors/lpp-mui-theme


Implementation

import { MuiThemeProvider } from '@material-ui/core';
import LppMuiTheme from '@lithiamotors/lpp-mui-theme';

export default function(props) {
    return (
        <MuiThemeProvider theme={LppMuiTheme}>
            {props.children}
        </MuiThemeProvider>
    )
}

Version 1.0.2 (feature/cmorrissey-105647)

  • Updated theme typography with Greg R's specs

Version 1.0.1 (feature/cmorrissey-106704)

  • Updated theme pallette with Greg R's specs

Version 1.0.0 (feature/cmorrissey-79227)

  • Upgraded to MUI v5
  • Changed file attribute from lib to dist

Version 1.0.0-alpha.1 (feature/cmorrissey-readme-updates)

  • Updated Readme

Version 1.0.0-alpha.0

  • Moved over theme from old component library
    • Breakpoints
    • Palette (colors)
  • Added Typography (fontFamily), moved from CSS file in LPO to our Theme object
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

1.0.0-alpha.1

3 years ago

1.0.0-alpha.0

3 years ago