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>
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 ...
package.json
. {
"version": "0.0.3"
}
npm run rollup
git add .