Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cx-theme-space-blue

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cx-theme-space-blue

Space Blue theme CSS styles for Cx applications

  • 24.5.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

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 } from "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.

FAQs

Package last updated on 15 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc