isonet / angular-qart

An angular directive for kciter's qart.js

Home Page:https://isonet.github.io/angular-qart/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular-qart npmlicenceCodacy grade

Check out the demo!

NPM registry

An angular directive for kciter's qart.js

Installation

Install with NPM

npm install --save angular-qart

Import

import 'angular-qart';

Or include the script in your code

<script src="node_modules/angular-qart/dist/angular-qart.js"></script>

Add it as a module to angular

angular.module('MyExampleApp', ['angular-qart']);

Usage

Default values:

<angular-qart ng-model="example text" option-filter="color" image-url="example.png"></angular-qart>

-Take a look at the example/index.html file.

For more details you should definitely check out kciter's qart.js

Dev / Other

This package is written in ES2015 and uses webpack for bundling.

About

An angular directive for kciter's qart.js

https://isonet.github.io/angular-qart/

License:MIT License


Languages

Language:HTML 65.2%Language:JavaScript 34.8%