1.0.11 • Published 2 years ago

mui-colors-pure v1.0.11

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

mui-colors-pure

mui-color-pure is a library that provides SCSS and JavaScript utilities for working with colors in your project. It offers various functions, mixins, and helpers to manipulate, generate, and customize colors using the Material-UI color palette.

Color Palette Reference

For more information about the Material-UI color palette and available color options, please refer to the Material-UI Customization - Color documentation.

Installation

You can install mui-color using npm or Yarn:

# npm
npm install mui-color-pure

# Yarn
yarn add mui-color-pure

Use in scss

@use "mui-colors-pure/scss/mui-colors" as *;

Use in Js or Ts

 import { grey } from 'mui-colors-pure';
 
 backgroundColor: grey[500],
1.0.9

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago