Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

md-steppers

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

md-steppers

Angular-Material Steppers.

latest
Source
npmnpm
Version
0.4.1
Version published
Weekly downloads
1.3K
20.35%
Maintainers
1
Weekly downloads
 
Created
Source

md-steppers

angular directive for material stepper https://www.google.com/design/spec/components/steppers.html#steppers-types-of-steppers

  • basic directive based on material steppers

demo https://ipiz.herokuapp.com/demo/index.html fiddle https://jsfiddle.net/ipiz/vcdbuyru/2/

usage

using bower

bower install md-steppers --save

or using npm

npm install md-steppers --save
//module
var app = angular.module('app', ['ngMaterial', 'md-steppers']);
<!--markup-->
<md-steppers>
    <md-step label="Step 1" md-complete="step1.completed"  ng-disabled="step1.disabled">
        <md-content></md-content>
    </md-step>
    <md-step label="Step 2" md-complete="step2.completed"  ng-disabled="step2.disabled">
        <md-content></md-content>
    </md-step>
    <md-step label="Finish" md-complete="step3.completed"  ng-disabled="step3.disabled">
        <md-content></md-content>
    </md-step>
</md-steppers>
clone repository and run gulp for demo http://localhost.com:3333/demo/index.html

md-steppers Screenshot

Todos

  • Unit Tests
  • Refactor
  • Code Cleanup
  • $mdSteppers service

License

MIT

Version 0.1.0

Keywords

angular

FAQs

Package last updated on 15 Feb 2019

Did you know?

Socket

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