1.0.2 • Published 2 years ago

mui-colors v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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];