UNPKG

706 BMarkdownView Raw
1### Chartbuilder UI React components
2
3React components that make up the UI for [Quartz Chartbuilder](https://github.com/Quartz/Chartbuilder).
4
5Chartbuilder UI's components:
6
7* Alert
8* Button
9* ButtonGroup
10* ColorPicker
11* Dropdown
12* TextArea
13* TextInput
14* LabelledTangle
15* Toggle
16
17Install modules:
18* Clone this repo and run `npm install`
19
20To view an example page and develop locally:
21
22 1. `npm run dev` to watch files for changes
23 2. `npm start` to launch a simple http server
24 3. Navigate to `localhost:8080`
25
26To build the css that modules using Chartbuilder UI will consume:
27
28 npm run build
29
30More docs are coming. For now, [Example.jsx](Example.jsx) shows how each
31component ought to be used.