Added components, authentication and authorization

This commit is contained in:
2026-05-04 16:53:19 +05:00
parent 493cd71d17
commit fb1cb8e834
37 changed files with 3545 additions and 21 deletions
+68
View File
@@ -0,0 +1,68 @@
<div class="space-y-10">
<!-- ── Buttons ── -->
<section>
<h2 class="mb-4 text-lg font-semibold text-foreground">Buttons</h2>
<div class="flex flex-wrap gap-3">
$$BtnDefault$$
$$BtnDestructive$$
$$BtnOutline$$
$$BtnSecondary$$
$$BtnGhost$$
$$BtnLink$$
$$BtnSm$$
$$BtnLg$$
</div>
</section>
<hr class="border-border" />
<!-- ── Inputs ── -->
<section>
<h2 class="mb-4 text-lg font-semibold text-foreground">Inputs</h2>
<div class="grid max-w-xl grid-cols-1 gap-4 sm:grid-cols-2">
$$InputText$$
$$InputEmail$$
$$InputPassword$$
$$InputSearch$$
</div>
</section>
<hr class="border-border" />
<!-- ── Select ── -->
<section>
<h2 class="mb-4 text-lg font-semibold text-foreground">Select</h2>
<div class="max-w-xs">
$$SelectDemo$$
</div>
</section>
<hr class="border-border" />
<!-- ── Calendar ── -->
<section>
<h2 class="mb-4 text-lg font-semibold text-foreground">Calendar</h2>
$$CalendarDemo$$
</section>
<hr class="border-border" />
<!-- ── Calendar Range ── -->
<section>
<h2 class="mb-4 text-lg font-semibold text-foreground">Calendar Range</h2>
$$CalendarRangeDemo$$
</section>
<hr class="border-border" />
<!-- ── Time Picker ── -->
<section>
<h2 class="mb-4 text-lg font-semibold text-foreground">Time Picker</h2>
<div class="flex flex-wrap gap-8">
$$TimePickerDemo$$
$$TimePicker12hDemo$$
</div>
</section>
</div>