@datumjs/pieces

A collection of reusable UI elements built with the Datum data binding library.

Usage no npm install needed!

<script type="module">
  import datumjsPieces from 'https://cdn.skypack.dev/@datumjs/pieces';
</script>

README

Pieces

A collection of reusable UI elements built with the Datum data binding library.

Install

npm install @datumjs/pieces

Build from source

Clone the repository with git clone https://github.com/MartinRixham/Pieces.git.

From the checked out directory just run npm install then grunt to produce the files target/pieces.js and target/pieces.min.js.

Run the demo

Run the development server with npm start which will listen on http://localhost:8080.