Giter VIP home page Giter VIP logo

data-ui's Introduction

data-ui

A collection of custom + wrapped components for data-rich (desktop) UIs. Super beta ๐Ÿ‘ถ

Codecov

demo at williaster.github.io/data-ui ๐Ÿ“ˆ

Packages

Package Version
@data-ui/xy-chart Version
@data-ui/histogram Version
@data-ui/sparkline Version
@data-ui/network Version
@data-ui/radial-chart Version
@data-ui/event-flow Version
@data-ui/data-table Version
@data-ui/theme Version
@data-ui/demo --

More coming.

Live Playground

For examples of the components in action, go to williaster.github.io/data-ui.

OR

To run that demo on your own computer:

git clone ...data-ui && cd data-ui

# instal root dependencies including lerna
npm install 
# bootstrap (symlink inter-dependencies) all packages
lerna bootstrap

# alternatively install just the demo package
# cd packages/demo
# npm install

# go to the demo package and start storybook
cd packages/demo
npm run dev
# visit http://localhost:9001/

Development

lerna is used to manage versions and dependencies between packages in this repo.

data-ui/
  lerna.json
  package.json
  packages/
    package1/
      src/
      test/
      build/
      package.json
      ...
    ...

For easiest development, clone this repo, install the root npm modules including lerna, then have lerna install package dependencies and manage the symlinking between packages for you

git clone ...data-ui && cd data-ui
npm install
lerna bootstrap

Enzyme and jest are used for testing. Each package defines its own tests, which you can run from within a packages/package-name directory using

cd packages/my-package
npm run test

for a single test or subset of tests run

npm run test -t regex

To run all tests in all packages run lerna run test from the root @data-ui directory.

License

MIT

data-ui's People

Contributors

abaldwinhunter avatar alecklandgraf avatar andyfangdz avatar brandonmp avatar conglei avatar gnijuohz avatar hughhhh avatar kristw avatar maxburke avatar milesj avatar williaster avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.