cx-theme-space-blue

20.11.0 • Public • Published

Space Blue Theme

This is a package that enables a different appearance for your CxJS applications. Take a look at the theme preview and compare it to the other themes here.

Usage

In order to use the theme, install its npm package:

npm install cx-theme-space-blue

Import theme's JavaScript.

import { applyThemeOverrides } "cx-theme-space-blue";
...
applyThemeOverrides();

Then, import theme styles from the package by adding the following snippet to one of your SCSS files:

// theme variables can be overridden here

@import "~cx-theme-space-blue/src/variables";

// theme state-style-maps can be overridden here, before importing css

@import "~cx-theme-space-blue/src/index";

// add custom CSS here

To learn more about Cx styling and how to customize it, click here.

Readme

Keywords

none

Package Sidebar

Install

npm i cx-theme-space-blue

Weekly Downloads

1

Version

20.11.0

License

SEE LICENSE.md

Unpacked Size

181 kB

Total Files

13

Last publish

Collaborators

  • mstijak
  • codaxy-npmjs