Package Exports
- mui-colors
- mui-colors/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mui-colors) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
MuiColors
The material UI color palette as a package. This is just a stand alone copy of the preset colors from material ui. Includes typescript types and previews.
For a list of colors:
https://mui.com/customization/color/
Installation
npm install mui-colorsUsage
import { red } from 'mui-colors';
const color = red[500];