@keen.io/colors
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.1.2](https://github.com/keen/keen/compare/@keen.io/colors@0.1.1...@keen.io/colors@0.1.2) (2020-04-27) | ||
**Note:** Version bump only for package @keen.io/colors | ||
## [0.1.1](https://github.com/keen/keen/compare/@keen.io/colors@0.1.0...@keen.io/colors@0.1.1) (2020-04-15) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@keen.io/colors", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Keen colors", | ||
@@ -31,3 +31,3 @@ "author": "Keen.IO <team@keen.io> (https://keen.io/)", | ||
}, | ||
"gitHead": "327f7da3ad179f508b7b34e0c2fee179f5a07ed1" | ||
"gitHead": "26e2f92603585da19b08e1348e6579ad85cdcd55" | ||
} |
@@ -1,3 +0,21 @@ | ||
# `@keen.io/charts` | ||
# `@keen.io/colors` | ||
Basic color palette for keen.io projects. | ||
[![Known Vulnerabilities](https://snyk.io/test/github/keen/keen/badge.svg?targetFile=packages/colors/package.json)](https://snyk.io/test/github/keen/keen?targetFile=packages/colors/package.json) | ||
Basic color palette used in `keen.io` projects. | ||
## Installing | ||
For Front-End applications use standard `npm` or [yarn](https://yarnpkg.com/lang/en/) package manager. | ||
```sh | ||
yarn install @keen.io/colors | ||
``` | ||
## Examples | ||
```js | ||
import { colors } from '@keen.io/colors'; | ||
const blue = colors.blue['500']; | ||
``` |
5986
22