This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
bee-frontend-ARCHIVED/src/app/core/components/home/home.component.html
2024-08-26 12:48:10 +00:00

24 lines
547 B
HTML

<app-navigation></app-navigation>
<div class="max-w-screen-xl mx-auto p-4">
<shared-card icon="/assets/icon.png" header="Test" subHeader="lol noch ein test">
I'm working
</shared-card>
<shared-card icon="/assets/icon.png" header="Test" >
I'm working
</shared-card>
<shared-card>
I'm working
</shared-card>
<div class="mb-5">
<shared-table [items]="colonies" [columns]="columns">
</shared-table>
</div>
<shared-paginator total="20" perPage="5" />
</div>