Skip to content
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.

VMatrixTeam/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