white-ui-kit
Version:
Модуль компонентов UI Имя модуля: `white-ui-kit`
18 lines (16 loc) • 408 B
HTML
<hit-loader
*ngIf="!data.isLoaded"
[style.width.px]="data.width">
</hit-loader>
<hit-card
tabindex="-1"
*ngIf="data.isLoaded"
[style.width.px]="data.width">
<hit-scroll direction="vertical" [maxHeight]="200">
<hit-selector-list
[list]="data.list"
[selected]="data.selected"
(select)="onSelect($event)">
</hit-selector-list>
</hit-scroll>
</hit-card>