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

chartbuilder-ui

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chartbuilder-ui

React components used in chartbuilder

1.7.0
latest
Source
npm
Version published
Weekly downloads
4
33.33%
Maintainers
2
Weekly downloads
 
Created
Source

Chartbuilder UI React components

React components that make up the UI for Quartz Chartbuilder.

Here's a dead-simple demo page.

To use in your React project:

  • npm install chartbuilder-ui
  • require any of the components defined by Chartbuilder UI.

Chartbuilder UI's components:

  • Alert
  • Button
  • ButtonGroup
  • ColorPicker
  • Dropdown
  • TextArea
  • TextInput
  • LabelledTangle
  • Toggle

Developing locally:

  • Clone this repo and run npm install

To view an example page and develop locally:

1. `npm run dev` to watch files for changes
2. `npm start` to launch a simple http server
3. Navigate to `localhost:8080`

To build the css that modules using Chartbuilder UI will consume:

npm run build

More docs are coming. For now, Example.jsx shows how each component ought to be used.

Keywords

React

FAQs

Package last updated on 15 Feb 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