Marcura UI


Keywords
angular, angularjs, ui, components, select, combobox, date picker, checkbox, radiobox, button
Licenses
MIT/Apache-2.0
Install
npm install marcura-ui@4.1.3

Documentation

Marcura UI

NPM Version NPM Downloads

Demos

https://marcura-ui.herokuapp.com/#/home

Dependencies

Optional dependencies

Download

Download it using npm:

npm install marcura-ui --save

Getting started

Include third-party dependencies:

<link href="node_modules/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="node_modules/pikaday/css/pikaday.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/trix/0.11.4/trix.css" rel="stylesheet">
<script src="node_modules/jquery/dist/jquery.min.js"></script>
<script src="node_modules/angular/angular.min.js"></script>
<script src="node_modules/angular-sanitize/angular-sanitize.min.js"></script>
<script src="node_modules/pikaday/pikaday.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/trix/0.11.4/trix.js"></script>

Include Marcura UI assets:

<link rel="stylesheet" href="node_modules/marcura-ui/dist/marcura-ui.min.css">
<script src="node_modules/marcura-ui/dist/marcura-ui.min.js"></script>

As soon as you've downloaded the package and included it in your page you need to declare a dependency on it:

angular.module('app', ['marcuraUI']);

Documentation

Detailed documentation about all components and services can be found here.

Development

  1. npm install
  2. gulp

Testing

gulp test