first commit

This commit is contained in:
2025-12-21 08:03:18 +07:00
commit 7c746f776a
300 changed files with 24836 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<div
class="overflow-hidden rounded-2xl border border-gray-200 bg-white px-5 pt-5 sm:px-6 sm:pt-6 dark:border-gray-800 dark:bg-white/[0.03]">
<div class="flex items-center justify-between">
<h3 class="text-lg font-semibold text-gray-800 dark:text-white/90">
Monthly Sales
</h3>
<!-- Dropdown Menu -->
<x-common.dropdown-menu />
<!-- End Dropdown Menu -->
</div>
<div class="max-w-full overflow-x-auto custom-scrollbar">
<div id="chartOne" class="-ml-5 h-full min-w-[690px] pl-2 xl:min-w-full"></div>
</div>
</div>