Matrix components library based on Angular 1.x
bowerinstallmatrixui#master<scripttype="text/javascript" src="path/to/angular.js"></script><scripttype="text/javascript" src="path/to/matrixui.js"></script><linkrel="stylesheet" type="text/css" href="path/to/matrix.css"><bodyng-app="your-app"><mu-button>Test Button<mu-button></body><scripttype="text/javascript">angular.module('your-app',['matrixui'])</script>git clone https://github.com/VMatrixTeam/MatrixUI.git
cd MatrixUI
bower install && npm install
gulp