bixi
Version:
企业级中后台前端解决方案
22 lines (17 loc) • 487 B
HTML
<div style="padding: 24px">
{{tags | json}}
<br>
<bixi-tag-select [(ngModel)]="tags" [(options)]="largeOptions" tagPlaceholder="请输入标签名称"
(scrollToBottom)="onScrollToBottom()">
</bixi-tag-select>
<br>
<hr>
{{color | json}}
<hr>
<bixi-color-picker mode="rgb" (ngModelChange)="onColorChange($event)" [(ngModel)]="color"
(close)="onColorPickerClose()">
</bixi-color-picker>
<br>
<hr>
<!-- <bixi-color-panel ></bixi-color-panel> -->
</div>