1.0.0-beta.9 • Published 2 years ago

@urkel/uchl v1.0.0-beta.9

Weekly downloads
6
License
MIT
Repository
github
Last release
2 years ago

About

The Urkel chart library, a collection of components designed for efficient website customization and standardization.

Folder structure

uchl
  └── src - Buildable Components
       └── index.js - Main export
       └── Calendar.js
       └── DoughnutChart.js
       └── LineChart.js
       └── Map.js
       └── PieChart.js
       └── utils.js - Basic utility package to help with charting data.

Available Scripts

  • yarn dev-setup - Locally links the yalc version of uchl here. (NOTE: this could be bypassed with yarn workspaces)
  • yarn push - Pushes UCHL to a local yalc package registry for use during local development
  • yarn build - Builds the UCHL bundle using microbundle.
  • yarn watch - Builds the UCHL bundle everytime that a file is changed.