@monster-notebook/mui
TypeScript icon, indicating that this package has built-in type declarations

1.0.67 • Public • Published

Monster Notebook MUI Package

Custom material theme developed for Monster Notebook company 👾

Installation

Install the package in your project directory with:

npm i @monster-notebook/mui

Usage

// 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.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

Package Sidebar

Install

npm i @monster-notebook/mui

Weekly Downloads

42

Version

1.0.67

License

ISC

Unpacked Size

18.7 MB

Total Files

31896

Last publish

Collaborators

  • monsterdev