1.0.11 • Published 7 months ago

mui-colors-pure v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months 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

7 months ago

1.0.11

7 months ago

1.0.10

7 months ago

1.0.8

10 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago