3.2.1 • Published 1 year ago

@brightlayer-ui/colors-branding v3.2.1

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
1 year ago

Branding Colors Colors

This package contains branding color definitions. These are intended for use in supplemental materials (e.g., charting), but not as primary UI colors.

It contains the following color definitions:

$brand-blue
$brand-teal
$brand-citron
$brand-pine
$brand-emerald
$brand-wine
$brand-crimson
$brand-sunset
$brand-rust
$brand-navy
$brand-sky
$brand-sage
$brand-toad
$brand-butter
$brand-goldenrod
$brand-trophy

Installation

Install with npm

npm install --save @brightlayer-ui/colors-branding

or yarn

yarn add @brightlayer-ui/colors-branding

Usage

Incorporating these colors into your project is handled differently depending on the framework that you are using.

Angular or Ionic

// in styles.scss or your top-level sass file
@import '~@brightlayer-ui/colors-branding/palette.scss'
...
background-color: map-get($brand-rust, 500)

React or React Native

import * as Colors from '@brightlayer-ui/colors-branding';
...
<div style={{background: Colors.rust['500']}}/>
3.2.2-beta.0

1 year ago

3.2.1

2 years ago

3.2.1-beta.0

2 years ago

3.2.1-beta.2

2 years ago

3.2.1-beta.1

2 years ago

3.2.0

2 years ago

3.2.0-beta.0

2 years ago

2.0.2

3 years ago

2.0.2-beta.0

3 years ago

3.1.0

3 years ago

3.1.0-beta.0

3 years ago