Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 703 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 703 Bytes

graph-paper

A Svelte component library optimized for data visualizations and data apps.

note: this project is in very early alpha, and as such is subject to API changes and restructuring without notice.

See the graph-paper storybook at https://graph-paper-org.github.io/graph-paper/

installation

graph-paper is (for now) one big package. Don't worry, when your app is bundled, anything not needed should be discarded. Install it as follows:

npm install --save-dev @graph-paper/graph-paper

development

  1. Run npm install
  2. Run npm run storybook

See the developer documentation for more information.