Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rmkasendwa/rmk-react-mui
RMK React MUI is a React UI library of utility components, hooks and contexts
https://github.com/rmkasendwa/rmk-react-mui
api-client library material-ui react react-components react-context react-hooks typescript
Last synced: 12 days ago
JSON representation
RMK React MUI is a React UI library of utility components, hooks and contexts
- Host: GitHub
- URL: https://github.com/rmkasendwa/rmk-react-mui
- Owner: rmkasendwa
- License: mit
- Created: 2022-01-24T22:05:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T13:15:08.000Z (6 months ago)
- Last Synced: 2024-05-22T13:44:37.046Z (6 months ago)
- Topics: api-client, library, material-ui, react, react-components, react-context, react-hooks, typescript
- Language: TypeScript
- Homepage: https://rmk-mui.infinitedebugger.com
- Size: 23 MB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF-CONDUCT.md
Awesome Lists containing this project
README
infinite-debugger/react-mui
## Installation
infinite-debugger/react-mui is available as an [npm package](https://www.npmjs.com/package/@infinite-debugger/react-mui).
```sh
// 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**:
```jsx
import React from 'react';
import ReactDOM from 'react-dom';
import { FileUploader } from '@infinite-debugger/react-mui';function App() {
return (
);
}ReactDOM.render(, document.querySelector('#app'));
```## Contributing
Read the [contributing guide](/CONTRIBUTING.md) 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](https://github.com/rmkasendwa/rmk-react-mui/releases) for details of what has changed.
## License
This project is licensed under the terms of the
[MIT license](/LICENSE).