1.0.1 • Published 3 years ago

@tldc/material-colors v1.0.1

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
3 years ago

Introduction

A Material Color Library for JavaScript based on 2014 Material Design Color Palettes.

How to install:

Using npm:

npm install --save @tldc/material-colors

Using yarn:

yarn add @tldc/material-colors

How to use:

const Color = require('@tldc/material-colors');
console.log("Testing Color - 1: ", Color.TEAL500);
console.log("Testing Color - 2: ", Color.RED_A200);
1.0.1

3 years ago

1.0.0

3 years ago