EQ stepper and select style
This commit is contained in:
parent
d176f57dc5
commit
159389498b
5 changed files with 54 additions and 16 deletions
|
|
@ -1,7 +1,13 @@
|
|||
<div class="stepper">
|
||||
@for (ii of stepArray; track ii) {
|
||||
|
||||
@if (ii > 0) {
|
||||
<div class="separator"></div>
|
||||
}
|
||||
<div class="step {{ currentStep >= ii ? 'is-active' : 'is-inactive'}}">
|
||||
<span class="label">
|
||||
{{ ii }}
|
||||
</span>
|
||||
</div>
|
||||
}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue