1.0.1 • Published 3 years ago
@tldc/material-colors v1.0.1
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);