moo-knob-switch

0.1.1 • Public • Published

moo-knob-switch

AngularJS Knob Switch Directive Component for mooAngular Component Library

Usage:

ES6 import syntax

import mooKnobSwitch from 'moo-knob-switch';
const app = angular.module('myAngularApplicationWithDependancies', ['mooAngular.knobSwitch']);

CommonJS

var mooKnobSwitch = require('moo-knob-switch');
const app = angular.module('myAngularApplicationWithDependancies', ['mooAngular.knobSwitch']);

Browser Tag's

<!--  Example CDN Hosting For Node Modules. Official CDN TBD -->
<script src='//npm-cdn.herokuapp.com/moo-knob-switch@0.1.0/dist/index.js' />
 

Example

See this codepen to preview the implementation live.

Package Sidebar

Install

npm i moo-knob-switch

Weekly Downloads

9

Version

0.1.1

License

MIT

Last publish

Collaborators

  • thelarkinn
  • yarthur