Files
WrenchBoardIonic2023/src/app/pages/search/search.page.html
T
CHIEFSOFT\ameye cea49e295a first commit
2023-05-12 22:30:08 -04:00

29 lines
867 B
HTML

<!--
Authors : initappz (Rahul Jograna)
Website : https://initappz.com/
App Name : E-Learning App Template
This App Template Source code is licensed as per the
terms found in the Website https://initappz.com/license
Copyright and Good Faith Purchasers © 2021-present initappz.
-->
<ion-header>
<ion-toolbar>
<ion-buttons slot="start" (click)="onBack()">
<ion-button>
<ion-icon name="arrow-back-outline"></ion-icon>
</ion-button>
</ion-buttons>
<ion-searchbar placeholder="3D Design"></ion-searchbar>
</ion-toolbar>
</ion-header>
<ion-content class="ion-padding">
<ion-label class="bold_text">Recent</ion-label>
<div class="flex" *ngFor="let item of [1,2,3,4,5,6,7,8,9]">
<ion-label class="grey_text">Campion Cattels</ion-label>
<ion-icon name="close-circle-outline"></ion-icon>
</div>
</ion-content>