0.0.7 • Published 6 years ago

iwe7-index-list v0.0.7

Weekly downloads
22
License
-
Repository
-
Last release
6 years ago

index list

<div style="height: 300px;overflow: hidden;position: relative;">
  <index-list>
    <div class="title" *ngFor="let item of [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24]" [indexListAnchor]="item">
      {{item}}
      <div class="panel">

      </div>
    </div>
  </index-list>
</div>


<div style="height: 300px;overflow: hidden;position: relative;">
  <index-list>
    <div class="title" *ngFor="let item of [0,1,2,3,4,5,6,7,8,9,10]" [indexListAnchor]="item">
      {{item}}
      <div class="panel">

      </div>
    </div>
  </index-list>
</div>
0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago