1

I am building a simple angular4 application and would like to add a stepper component. I am looking similar to the one attached below in one of the website. The source code is given in react. But i need in angular2/4.

Has anyone implemented a similar component? If so could you please direct me the right path?

Thanks transferwise website

enter image description here

Pradatta
  • 3,000
  • 1
  • 18
  • 22
Mukil Deepthi
  • 6,072
  • 13
  • 71
  • 156

3 Answers3

2

You might want to check our (TransferWise) components library: https://transferwise.github.io/components/ (see Flow Navigation section)

Louis-wht
  • 535
  • 5
  • 17
1

You can download from here: https://github.com/jorgecavaleiro/angular-stepper , the full source code of an Angular 5 stepper component build from scratch.

0

Angular Material has stepper. Chek link below https://material.angular.io/components/stepper/overview

Krishna
  • 613
  • 7
  • 25
  • thanks. but i am looking something similar to the one i have shown here. :) – Mukil Deepthi Jun 13 '18 at 13:07
  • You can achieve it with some small UI changes to angular material. You can check on angular.io resources tab for other UI supporting libraries and check if they have what you are looking for. https://angular.io/resources – Krishna Jun 15 '18 at 05:40