1.0.0 • Published 5 years ago

@n_bryant/nb-material-theme v1.0.0

Weekly downloads
1
License
UNLICENSED
Repository
github
Last release
5 years ago

nb-material-theme

An extendable Material-UI theme

Installation

yarn add @n_bryant/nb-material-theme

Usage

import { createMuiTheme } from '@n_bryant/nb-material-theme';

const theme = createMuiTheme();

Configuration

The default theme properties can be overridden by passing the overrides in the config to a createMuiTheme function call:

const theme = createMuiTheme({ layout: { header: { height: "50px" }}});

Theme spec is based on Material UI theme