mui-colors
v1.0.2
Published
The material UI color palette as a package.
Downloads
27
Maintainers
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];