Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nz-steps 'vertical' and 'nzProgressDot' #420

Closed
leeziiAtCn opened this issue Oct 11, 2017 · 5 comments
Closed

nz-steps 'vertical' and 'nzProgressDot' #420

leeziiAtCn opened this issue Oct 11, 2017 · 5 comments

Comments

@leeziiAtCn
Copy link

html

<nz-steps [(nzCurrent)]="current" nzProgressDot [nzDirection]="'vertical'">
  <nz-step [nzTitle]="'Finished'" [nzDescription]="'This is a description.'"></nz-step>
  <nz-step [nzTitle]="'In Progress'" [nzDescription]="'This is a description.'"></nz-step>
  <nz-step [nzTitle]="'Waiting'" [nzDescription]="'This is a description.'"></nz-step>
</nz-steps>

ts

import {Component, OnInit} from '@angular/core'
import {FormBuilder, FormGroup} from '@angular/forms'

@Component({
  selector: 'app-test',
  templateUrl: './test.component.html',
  styleUrls: ['./test.component.scss'],
})
export class TestComponent implements OnInit {
  current = 1

  constructor(private fb: FormBuilder) {
  }

  ngOnInit() {

  }
}

description
i need a solid vertical nz-step
i use nzProgressDot [nzDirection]="'vertical'"

and i get this
1507693765201

@vthinkxie
Copy link
Member

not supported yet.

@hsuanxyz
Copy link
Member

@vthinkxie Whether this feature conforms the ant design design scope?

@vthinkxie
Copy link
Member

@hsuanxyz
We are all working day and night for double 11 these days, this feat need to be confirmed later.

@leeziiAtCn
Copy link
Author

@vthinkxie 辛苦了

@lock
Copy link

lock bot commented Feb 18, 2019

This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.

@lock lock bot locked as resolved and limited conversation to collaborators Feb 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants