material-colors

WebJar for material-colors

License

License

ISC
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

material-colors
Last Version

Last Version

1.2.6
Release Date

Release Date

Type

Type

jar
Description

Description

material-colors
WebJar for material-colors
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/shuhei/material-colors

Download material-colors

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/material-colors/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>material-colors</artifactId>
    <version>1.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/material-colors/
implementation 'org.webjars.npm:material-colors:1.2.6'
// https://jarcasting.com/artifacts/org.webjars.npm/material-colors/
implementation ("org.webjars.npm:material-colors:1.2.6")
'org.webjars.npm:material-colors:jar:1.2.6'
<dependency org="org.webjars.npm" name="material-colors" rev="1.2.6">
  <artifact name="material-colors" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='material-colors', version='1.2.6')
)
libraryDependencies += "org.webjars.npm" % "material-colors" % "1.2.6"
[org.webjars.npm/material-colors "1.2.6"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Bower version NPM version NPM downloads CircleCI

Material Colors

Colors from Google's Material Design made available to coders.

The colors are scraped from the guide. The idea to publish colors in multiple forms is stolen from mrmrs/colors.

Available Forms

  • CSS: Classes for prototyping such as .color-red-100, .bg-red-100, .border-red-100, .fill-red-100 and .stroke-red-100.
  • CSS variables such as --md-red-100.
  • Sass, Scss: Color variables such as $md-red-100.
  • Less: Color variables such as @md-red-100.
  • Stylus: Color variables such as md-red-100.
  • JSON: Raw data of colors. Key names are hypenated. e.g. deep-purple
  • JavaScript: Color set object provided via AMD, CommonJS or global variable materialColor. Key names are camelCase. e.g. deepPurple
  • EcmaScript module: Color variables are exported as camelCase names.

See dist directory or demo for more details.

Usage

Download

Download what you like from dist directory and use it.

Bower

bower install material-colors

and use what you like in bower_components/material-colors/dist.

NPM

npm install material-colors

Versions

Version
1.2.6
1.2.5
1.2.0
1.0.0