# @sackrin/react-micro-ui-mui

> Helpers and components to add material UI to react micro ui components

Latest version **0.0.3** (published 2020-04-10) · ISC license · 0 weekly downloads

## Install

```sh
npm install @sackrin/react-micro-ui-mui
pnpm add @sackrin/react-micro-ui-mui
yarn add @sackrin/react-micro-ui-mui
bun add @sackrin/react-micro-ui-mui
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.3 |
| Published | 2020-04-10 |
| First published | 2020-04-10 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 7 |
| Unpacked size | 12.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Hilary Osborne |
| Maintainers | sackrin |

## Links

- npm: https://www.npmjs.com/package/@sackrin/react-micro-ui-mui
- Repository: https://github.com/sackrin/react-micro-ui-mui
- Homepage: https://github.com/sackrin/react-micro-ui-mui#readme
- Issues: https://github.com/sackrin/react-micro-ui-mui/issues
- npm.io page: https://npm.io/package/@sackrin/react-micro-ui-mui

## Dependencies (7)

- [jss](https://npm.io/package/jss.md) ^10.1.1
- [react](https://npm.io/package/react.md) ^16.11.0
- [shortid](https://npm.io/package/shortid.md) ^2.2.15
- [@material-ui/core](https://npm.io/package/@material-ui/core.md) ^4.9.9
- [@material-ui/icons](https://npm.io/package/@material-ui/icons.md) ^4.9.1
- [@material-ui/styles](https://npm.io/package/@material-ui/styles.md) ^4.9.6
- [regenerator-runtime](https://npm.io/package/regenerator-runtime.md) ^0.13.5

## Recent versions

- 0.0.3 (latest) — 2020-04-10
- 0.0.2 — 2020-04-10
- 0.0.1 — 2020-04-10

## README

## React Micro UI Material UI

Helpers and components to add material UI to react micro ui components

### Installation

This library can be installed using the following command

```npm i -s @sackrin/react-micro-ui-mui```

## Example Usage

```js
import React from 'react';
import { withMui } from '@sackrin/react-micro-ui-mui';

const Example = (props) => (<div>Example Component</div>);

export const hasMui = withMui(Example, { ...CustomMUITheme } , 'addSomeUniqueCssClassPrefix');

export default hasMui;
```

---
_Source: https://npm.io/package/@sackrin/react-micro-ui-mui · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
