All Projects → codaxy → Cxjs

codaxy / Cxjs

Licence: other
CxJS - Advanced JavaScript UI framework for admin and dashboard applications with ready to use grid, form and chart components.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Cxjs

Reactjs Adminlte
ReactJS version of the original AdminLTE dashboard (EXPERIMENTAL)- https://github.com/almasaeed2010/AdminLTE
Stars: ✭ 2,292 (+564.35%)
Mutual labels:  charts, widgets
Arcadeanalytics
Arcade Analytics is the first Open Source Graph Analytics platform. Connect your Graph Database (Neo4j, OrientDB, Amazon Neptune, Microsoft CosmosDB, etc) and RDBMS (Oracle, MySQL, Postgres, Microsoft SQLServer, MariaDB) to create powerful dashboards.
Stars: ✭ 161 (-53.33%)
Mutual labels:  charts, widgets
Devextreme
HTML5 JavaScript Component Suite for Responsive Web Development
Stars: ✭ 1,385 (+301.45%)
Mutual labels:  charts, widgets
Codestar Framework
A Simple and Lightweight WordPress Option Framework for Themes and Plugins
Stars: ✭ 147 (-57.39%)
Mutual labels:  themes, widgets
Layercake
graphics framework for sveltejs
Stars: ✭ 329 (-4.64%)
Mutual labels:  charts
Banzai Charts
Curated list of Banzai Cloud Helm charts used by the Pipeline Platform
Stars: ✭ 312 (-9.57%)
Mutual labels:  charts
Betterdiscordaddons
A series of plugins and themes for BetterDiscord.
Stars: ✭ 310 (-10.14%)
Mutual labels:  themes
Cmv App
CMV - The Configurable Map Viewer - A community supported open source mapping framework built with the Esri JavaScript API and the Dojo Toolkit
Stars: ✭ 309 (-10.43%)
Mutual labels:  widgets
Xaringanthemer
😎 Give your xaringan slides some style
Stars: ✭ 337 (-2.32%)
Mutual labels:  themes
Approvejs
A simple JavaScript validation library that doesn't interfere
Stars: ✭ 336 (-2.61%)
Mutual labels:  form-validation
Fcharts
📊 [wip] Create beautiful, responsive, animated charts using a simple and intuitive API.
Stars: ✭ 318 (-7.83%)
Mutual labels:  charts
Ulaunch
🚀 Custom, open-source qlaunch (Nintendo Switch HOME menu) replacement/reimplementation
Stars: ✭ 313 (-9.28%)
Mutual labels:  themes
Lively
Stars: ✭ 5,721 (+1558.26%)
Mutual labels:  widgets
Termox
C++17 Terminal User Interface(TUI) Library.
Stars: ✭ 306 (-11.3%)
Mutual labels:  widgets
Brick Design
全场景流式布局,可视化拖拽、随意嵌套组合、实时渲染、实时辅助线展示,实时组件间距展示、实时拖拽排序、状态域管理,可视化属性配置、可视化样式配置、多设备适配展示,支持逻辑渲染、模板字符变量、表达式、自定义方法、自定义状态
Stars: ✭ 4,048 (+1073.33%)
Mutual labels:  drag-and-drop
Flask jsondash
🐍 📊 📈 Build complex dashboards without any front-end code. Use your own endpoints. JSON config only. Ready to go.
Stars: ✭ 3,215 (+831.88%)
Mutual labels:  charts
Flutterwidgetguide
A flutter appliction listing all the widgets covered in Flutter widget of the week playlist.
Stars: ✭ 316 (-8.41%)
Mutual labels:  widgets
React Jsx Highcharts
Highcharts built with proper React components
Stars: ✭ 336 (-2.61%)
Mutual labels:  charts
Splitviewdraganddrop
Drag and drop between your apps in split view mode on iOS 9
Stars: ✭ 315 (-8.7%)
Mutual labels:  drag-and-drop
Flutter Widgets
This is a tutorial for all widgets in the flutter. It contain code, articles.
Stars: ✭ 315 (-8.7%)
Mutual labels:  widgets

CxJS

version downloads

CxJS, or simply Cx, is a feature-rich JavaScript framework for building complex web front-ends, such as BI tools, dashboards and admin apps. Modern frameworks such as React and Angular provide an excellent base for building UI components, however, component implementation and many other application aspects are left to the developer to figure out. CxJS tries to fill that gap and provide the all necessary ingredients required for modern web applications.

Features

CxJS uses React (or a React compatible library like Preact) for DOM manipulation and offers many high-level, UI related, features on top of it.

Widgets

Charts

State management

Layout

UI Concepts

Theming

Learn CxJS

There are many examples and learning materials available:

If you need help, ask a question on StackOverflow. If you find a bug, please raise an issue. Request an invite to our Slack channel and become a member of the CxJS community.

Install & Start

This is a monolith repository used to develop main npm packages, documentation, widget gallery and fiddle. It uses yarn workspaces, so please use yarn to install packages and run the applications.

$ yarn install

Build CxJS:

yarn build

Run docs:

yarn start

Run gallery:

yarn gallery

Starting a new project

CxJS is available as an NPM package - cx, which includes compiled code, source code and TypeScript definitions.

Besides the cx package, you'll need other packages such as cx-react (or cx-preact) and babel-plugin-transform-cx-jsx. You'll also need to configure Babel and webpack.

The quickest way to setup a new project is to use CLI:

md my-app
cd my-app
npm init -y
npm install cx-cli --global
cx scaffold
npm start

Alternatively, you can download the files from one of the CodeSandbox template projects:

Once you create a new project, you may want to try our ready-to-use themes:

Install a theme using npm or yarn.

npm install cx-theme-frost

Open my-app/app/index.scss and replace

@import "~cx/src/variables";
@import "~cx/src/index";

with

@import "~theme-package-name/src/variables";
@import "~theme-package-name/src/index";

Please read theme documentation to learn how to enable theme specific features.

Boilerplates

Alternatively, start by forking one of the available boilerplate projects:

Demo Applications

Hacker News Progressive Web App

CxJS Hacker News is a Progressive Web App focused on startup performance. The application is based on Preact and uses webpack plugins to enable preloading, inline CSS and JS, configure service workers and achieve other performance gains.

Cx Hacker News PWA

Open App | Source Code

Worldoscope

Worldoscope uses CxJS to visualize data available from the World Bank website. Google Firebase is used to store report definitions, authentication and hosting.

Worldoscope Report

Open App | Source Code

Starter Kit

Cx Starter Kit is full blown admin and dashboard application template with many sample pages.

Cx Starter Kit

Open App | Source Code

State Of JS 2016 Explorer

A sample application that illustrates CxJS charting features by visualizing data from The State of JavaScript 2016 survey.

State of JS 2016 Explorer

Open App | Source Code

tdo

CxJS based TODO app featuring a dark theme, keyboard navigation, markdown support, custom CSS and much more.

tdo

Open App | Source Code

License

CxJS is is free for up to two developers per company. Commercial use requires a license. Additional free commercial licenses are available for startups and open-source contributors upon request. Please refer to the website for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].