1.1.1 • Published 4 years ago

@alphabetiq/colors v1.1.1

Weekly downloads
4
License
-
Repository
github
Last release
4 years ago

@alphabetiq/Colors

Easy to use color primitives based on Material Design Color Palette.

Installation

Install with yarn add @alphabetiq/colors or npm i -s @alphabetiq/colors

Usage

Example in React

import { red, orange, blue } from "@alphabetiq/colors";

const colors = {
    primary: red[900],
    secondary: red[200],
    info: blue[600]
}

GitHub Repo: github.com/alphabetiq/colors

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago