0.0.1 • Published 2 years ago

@graph-paper/graph-paper v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

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.