Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martinrixham/pieces
A collection of reuseable UI elements built with the Datum data binding library.
https://github.com/martinrixham/pieces
datum javascript page-animation page-transitions pieces routing ui-components
Last synced: 4 days ago
JSON representation
A collection of reuseable UI elements built with the Datum data binding library.
- Host: GitHub
- URL: https://github.com/martinrixham/pieces
- Owner: MartinRixham
- License: lgpl-3.0
- Created: 2018-01-30T15:50:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-28T14:54:35.000Z (over 1 year ago)
- Last Synced: 2024-10-07T14:07:11.526Z (about 1 month ago)
- Topics: datum, javascript, page-animation, page-transitions, pieces, routing, ui-components
- Language: JavaScript
- Homepage: https://piecesofdata.com
- Size: 7.82 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pieces
A collection of reusable UI elements built with the [Datum](https://datumjs.com) 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*.