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>
InstallationTo install this package in your React Project directly from the npm registry.
npm i @urbanbigdatacentre/data-blocks
New Package ReleasesTo make a new release ...
package.json . {
"version": "0.0.3"
}
npm run rollup
git add .