Socket
Socket
Sign inDemoInstall

@epas1117/kushki-mui-theme

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@epas1117/kushki-mui-theme

Kushki Material UI Theme


Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

@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

FAQs

Package last updated on 13 Jan 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc