systelab-components
Version:
systelab-components is a set of components that use wide accepted and adopted standard technologies like Angular and Bootstrap, as well as other popular libraries. Please read the ATTRIBUTION.md file for a complete list of dependencies.
9 lines • 412 B
HTML
<div class="d-flex slab-flex-1">
<div class="slab-flex-1">
<ng-content/>
</div>
<div class="input-group-append ml-1 d-flex justify-content-center align-items-center">
<button class="btn btn-searcher btn-sm py-0 btn-outline-primary rounded-circle" type="button" [disabled]="isDisabled"
(click)="openSearchDialog()"><i class="icon-search"></i></button>
</div>
</div>