mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 00:52:55 +00:00
feat: add action chips to search results
This commit is contained in:
@@ -1,13 +1,19 @@
|
||||
<ion-item>
|
||||
<ion-thumbnail slot="start" class="ion-margin-end">
|
||||
<ion-thumbnail slot='start' class='ion-margin-end'>
|
||||
<ion-skeleton-text animated></ion-skeleton-text>
|
||||
</ion-thumbnail>
|
||||
<ion-grid>
|
||||
<ion-row>
|
||||
<ion-col>
|
||||
<h2 class="name"><ion-skeleton-text animated style="width: 80%"></ion-skeleton-text></h2>
|
||||
<p><ion-skeleton-text animated style="width: 80%;"></ion-skeleton-text></p>
|
||||
<ion-note><ion-skeleton-text animated style="width: 20%"></ion-skeleton-text></ion-note>
|
||||
<h2 class='name'>
|
||||
<ion-skeleton-text animated style='width: 80%'></ion-skeleton-text>
|
||||
</h2>
|
||||
<p>
|
||||
<ion-skeleton-text animated style='width: 80%;'></ion-skeleton-text>
|
||||
</p>
|
||||
<ion-note>
|
||||
<ion-skeleton-text animated style='width: 20%'></ion-skeleton-text>
|
||||
</ion-note>
|
||||
</ion-col>
|
||||
</ion-row>
|
||||
</ion-grid>
|
||||
|
||||
Reference in New Issue
Block a user