add tabchartkepesertaan

This commit is contained in:
2024-06-26 11:10:44 +07:00
parent 9af95cfd9f
commit 54de2a0ece
2 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1 @@
package mcu_corporate_handlers

View File

@@ -0,0 +1,20 @@
package corporate_mcudetail
templ TabChartKepesertaan(
chart templ.Component,
) {
<div class="container-fluid">
<div class="d-flex justify-content-center py-10">
<h2 class="title text-black" style="margin-bottom: 0;">Data Kepesertaan MCU</h2>
</div>
<div id="loading-parent" class="rounded">
@chart
<div id="loading-child" class="rounded bg-transparent">
<div id="loading-spinner" class="spinner-border text-primary d-none" style="width: 3rem; height: 3rem;" role="status">
<span class="sr-only">Loading...</span>
</div>
</div>
</div>
<div id="loadingcontent"></div>
</div>
}