0.1.9 • Published 4 years ago

pearson-mui-theme v0.1.9

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Pearson Material UI Theme

This is Material UI Theme created to match Pearson UX specs as closely as possible.

How to use

First, you have to include Open Sans font in your application. The best way would be add that in the head of the application's index.html. Mostly this can be found in the public directory:

<link
  href="https://fonts.googleapis.com/css?family=Open+Sans"
  rel="stylesheet">

Install the package in your project. In your app root folder do:

NPM Command

> npm install --save pearson-mui-theme

Yarn Command

> yarn add pearson-mui-theme

Once package is installed, it can be imported and used as your theme.

import pearsonTheme from 'pearson-mui-theme';
import { MuiThemeProvider, createMuiTheme} from '@material-ui/core/styles';

Wrap the theme provider on the root of your app:

<MuiThemeProvider theme={createMuiTheme(pearsonTheme)}>
  <YourApp />
</MuiThemeProvider>

License

This software is published by Pearson Education under the MIT license.

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.4

5 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago