React based UI Component Library for big data handling, interactions, presentation and visualisation from the UBDC’s data science team.


<aside> 📖 Table of Contents

</aside>

<aside> 😲 Component Gallery - Each individual package component

</aside>

<aside> 👩‍🏭 Need to Know - Usage, installation and versioning.

</aside>

<aside> 👩‍🎨 Styling Conventions - How to add styles to components?

</aside>

<aside> ⚙️ Testing Procedure - How to test components?

</aside>

😲 Component Gallery


Untitled

👩‍🏭 Need to Know


Installation

To install this package in your React Project directly from the npm registry.

npm i @urbanbigdatacentre/data-blocks

New Package Releases

To make a new release ...

  1. Update the version inside package.json .
 {
    "version": "0.0.3"
  }
  1. Run rollup locally.
npm run rollup
  1. Add all change to GitHub repo.
git add .
  1. Commit all change for new version.