QH FE Commons
QH FE Commons is a customization and helpers on MUI.
Installation
The package is available as an github package.
// with npm
npm install @doc-ai/qh-core@1.0.0
Usage
Here is a quick example to get you started, it's all you need:
import * as React from 'react';
import ReactDOM from 'react-dom';
import Button from '@mui/material/Button';
function App() {
return <Button variant="contained">Hello World</Button>;
}
ReactDOM.render(<App />, document.querySelector('#app'));
Changelog
If you have recently updated, please read the changelog for details of what has changed.