@monster-notebook/mui
Version:
Custom material theme developed for Monster Notebook company 👾
67 lines (51 loc) • 1.9 kB
Markdown
<p align="center"><img src="https://www.monsternotebook.com.tr/images/frontend/monster-logo.svg" alt="" width="50%" /></p>
<h1 align="center">Monster Notebook MUI Package</h1>
Custom material theme developed for Monster Notebook company 👾
## Installation
Install the package in your project directory with:
```bash
npm i -notebook/mui
```
## Usage
```typescript
// material
import { Button /* eg. */ } from '@monster-notebook/mui/material';
// icons
import { Download as DownloadIcon /* eg. */ } from '@monster-notebook/mui/icons';
// data-grid & data-grid-pro
import { DataGrid /* eg. */ } from '@monster-notebook/mui/data-grid';
import { DataGridPro /* eg. */ } from '@monster-notebook/mui/data-grid-pro';
// date-picker & date-picker-pro
import { DatePicker /* eg. */ } from '@monster-notebook/mui/date-pickers';
import { DatePicker as DatePickerPro /* eg. */ } from '@monster-notebook/mui/date-pickers-pro';
// lab
import { LoadingButton /* eg. */ } from '@monster-notebook/mui/lab';
// x-tree-view
import { TreeView, TreeItem /* eg. */ } from '@monster-notebook/mui/TreeView';
// x-charts
import { BarChart /* eg. */ } from '@monster-notebook/mui/Charts';
// localization
import { Localization, enUS /* eg. */ } from '@monster-notebook/mui/material-locale';
// x-license-pro
import { getLicenseKey, setLicenseKey } from '@monster-notebook/mui/x-license-pro';
```
## Changelog
- **1.0.71**
- Packages version upgraded
- **1.0.7**
- Icons updated.
- Packages version upgraded
- **1.0.6**
- TreeView & Charts MUI package imported
- **1.0.5**
- Nextjs 13+ use client support
- Packages updated
- **1.0.4**
- Packages updated
- **1.0.3**
- xLicensePro MUI package imported
- **1.0.2**
- DataGrid Pro MUI package imported
- DatePicker Pro MUI package imported
- **1.0.1**
- Create package