Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 839 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 839 Bytes

claspin-ui

This project mainly to build a system that will have a clear show of the mass map of items in the UI and their status. Kind of muti mosaic rects.

Inspired by the Facebook Monitoring Tool Claspin (other Reference).

Built using Angular as an Angular directive.

Example

itemList = [
  { index: '01', status: 0 },
  { index: '02', status: 1 },
  { index: '03', status: 3 },
  { index: '06', status: 2 },
  ...
  { index: '10', status: 1 }
];
<claspin item-list="itemList" selected-item="selectedItem"></claspin>

Run Example

bower install
npm install

Screenshot