@comparaonline/ui-theme

Custom modification of @material-ui default theme

Usage no npm install needed!

<script type="module">
  import comparaonlineUiTheme from 'https://cdn.skypack.dev/@comparaonline/ui-theme';
</script>

README

@comparaonline/ui-theme

Custom modification of @material-ui default theme

Installation

yarn add @comparaonline/ui-theme

Usage

import { createTheme } from '@comparaonline/ui-theme';

const myCustomTheme = { ... };
const theme = createTheme(myCustomTheme);