@sackrin/react-micro-ui-mui
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

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

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;

Readme

Keywords

none

Package Sidebar

Install

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

Weekly Downloads

1

Version

0.0.3

License

ISC

Unpacked Size

13 kB

Total Files

24

Last publish

Collaborators

  • sackrin