1.0.2 • Published 3 years ago

@epas1117/kushki-mui-theme v1.0.2

Weekly downloads
3
License
ISC
Repository
-
Last release
3 years ago

@kushki/mui-theme

A custom theme for use with Material-UI.

Installation

npm install @kushki/mui-theme

This package should be used with @material-ui/core version 4 or newer, so make sure you have that installed.

Extending this theme

If you want to add or change properties of this theme, you can use the themeOptions export instead of theme, and compose your own theme.

// theme.ts
import {themeOptions} from '@kushki/mui-theme';

export const theme = createMuiTheme({
  ...themeOptions,
  palette: {
    ...themeOptions.palette,
  },
  typography: {
    ...themeOptions.typography,
  },
  overrides: {
    ...themeOptions.overrides,
  },
});

Quickstart

  • run npm install
  • make and commit your changes in your new branch (use semver principle)
  • make a PR to master to have the changes merged
  • in master run tsc && run npm publish

Authors

  • Kushki Dev Team
  • Esteban Aristizábal - Initial work
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago