@infinite-debugger/react-mui
TypeScript icon, indicating that this package has built-in type declarations

0.8.0-alpha.64 • Public • Published

infinite-debugger/react-mui

Installation

infinite-debugger/react-mui is available as an npm package.

// with npm
npm install @infinite-debugger/react-mui @mui/material @emotion/react @emotion/styled

// with yarn
yarn add @infinite-debugger/react-mui @mui/material @emotion/react @emotion/styled

Usage

Here is a quick example to get you started, it's all you need:

import React from 'react';
import ReactDOM from 'react-dom';
import { FileUploader } from '@infinite-debugger/react-mui';

function App() {
  return (
    <FileUploader />
  );
}

ReactDOM.render(<App />, document.querySelector('#app'));

Contributing

Read the contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to MUI.

Changelog

If you have recently updated, please read the changelog for details of what has changed.

License

This project is licensed under the terms of the MIT license.

Package Sidebar

Install

npm i @infinite-debugger/react-mui

Weekly Downloads

208

Version

0.8.0-alpha.64

License

MIT

Unpacked Size

6.56 MB

Total Files

865

Last publish

Collaborators

  • rmkasendwa