JSPM

mui-colors

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 45
  • Score
    100M100P100Q51260F
  • License MIT

The material UI color palette as a package.

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-colors

Usage

import { red } from 'mui-colors';

const color = red[500];