New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cx

Package Overview
Dependencies
Maintainers
2
Versions
558
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cx

Advanced UI framework for admin and dashboard applications with ready to use grid, form and chart components.

  • 17.3.15
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

Cx Framework

This is the main package of the Cx Framework. Cx is a feature-rich framework for building modern web applications.

Cx provides:

  • a complete set of widgets
  • charts
  • two-way data-binding options
  • controllers
  • layouts
  • customizable appearance (Sass)

Cx is based on ES6 and requires babel-plugin-transform-cx-jsx. Cx widgets use React to render and update the DOM.

Demo Applications

Cx Starter Kit State of JS 2016 Explorer Tdo

Getting Started

Intallation

The easiest way to set up a new Cx project is to use the Cx Command Line Interface. If you wish to install the cx-core package separately, run the following line from the project folder in your command prompt:

npm i cx-core -S

In order to use the simplified import paths for the Cx components, as listed in the documentation, it is important to add the following alias to your webpack config:

alias: {
   cx: 'cx-core/src'
}

License

Cx is available under a commercial and a free for non-commercial license. Please refer to the website for more information.

FAQs

Package last updated on 21 Mar 2017

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