# @20i/mui-theme

> A default MUI theme and a function for creating a custom theme by overriding the defaults.

Latest version **0.1.1** (published 2021-07-14) · COPYRIGHT 20i license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install @20i/mui-theme
pnpm add @20i/mui-theme
yarn add @20i/mui-theme
bun add @20i/mui-theme
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2021-07-14 |
| First published | 2021-07-09 |
| Weekly downloads | 0 |
| License | COPYRIGHT 20i |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=10 |
| Dependencies | 0 |
| Unpacked size | 30.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Keith Hamm |
| Maintainers | antonioortega, keith20i, laurelbenson, mckelveygreg, mesqueeb, wilblack, trevordilley, nikki-20i, wasredacted |

## Links

- npm: https://www.npmjs.com/package/@20i/mui-theme
- Repository: https://github.com/twentyideas/20i-mui-theme
- Homepage: https://github.com/twentyideas/20i-mui-theme#readme
- Issues: https://github.com/twentyideas/20i-mui-theme/issues
- npm.io page: https://npm.io/package/@20i/mui-theme

## Recent versions

- 0.1.1 (latest) — 2021-07-14
- 0.2.0 (next) — 2021-07-20
- 0.1.0 — 2021-07-09

## README

# @20i/mui-theme

A default MUI theme and a function for creating a custom theme by overriding the defaults.

## Peer dependency on MUI

```
"@material-ui/core": "^4.12.1"
```

## Installation

```shell
npm login
npm i @20i/mui-theme
```

## Usage

```javascript
import { createTheme } from "@20i/mui-theme"

// Pass in any valid MUI theme fields and they'll be merged with the default theme
const theme = createTheme({
  typography: {
    fontFamily: ["Ariel", "san-serif"].join(","),
    fontSize: 14,
  }
})
```

---
_Source: https://npm.io/package/@20i/mui-theme · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
