Skip to content

Jazen1995/MatrixUI

 
 

Repository files navigation

MatrixUI

Matrix components library based on Angular 1.x

Install

bower install matrixui#master

Usage

<script type="text/javascript" src="path/to/angular.js"></script>
<script type="text/javascript" src="path/to/matrixui.js"></script>
<link rel="stylesheet" type="text/css" href="path/to/matrix.css">

<body ng-app="your-app">
  <mu-button>Test Button<mu-button>
</body>

<script type="text/javascript">
  angular
    .module('your-app', ['matrixui'])
</script>

Contributes

git clone https://github.com/VMatrixTeam/MatrixUI.git
cd MatrixUI
bower install && npm install
gulp

About

Matrix components library based on Angular 1.x

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • CSS 60.9%
  • JavaScript 35.6%
  • HTML 3.5%