Socket
Socket
Sign inDemoInstall

marcura-ui

Package Overview
Dependencies
5
Maintainers
8
Versions
493
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    marcura-ui

Marcura UI


Version published
Weekly downloads
17
increased by54.55%
Maintainers
8
Install size
663 kB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 24 Nov 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc