@heft/colors
TypeScript icon, indicating that this package has built-in type declarations

0.4.1 • Public • Published

UI Colors for heft.io

CircleCI branch npm (scoped) license

Project to maintain brand colors and re-use them whenever needed. The TypeScript package is compiled using CircleCI 2 and triggered by a GitHub Release. Afterwards it's published on NPM as @heft/colors

Installation

# use NPM
$ > npm install @heft/colors

# use YARN
$ > yarn add @heft/colors --dev

Usage

For example in a theme for styled components

import { BLACK, WHITE } from '@heft/colors'

const Theme = {
  background: WHITE
  text: BLACK
}

export default Theme

Readme

Keywords

Package Sidebar

Install

npm i @heft/colors

Weekly Downloads

2

Version

0.4.1

License

MIT

Last publish

Collaborators

  • sbstjn