basic dependencies + first layout

This commit is contained in:
2020-12-18 20:30:24 +01:00
parent 32357ece0a
commit 3ce8284078
6 changed files with 59 additions and 12 deletions

View File

@@ -38,6 +38,35 @@
<a
href="#"
class="text-gray-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Reports</a>
<form class="w-full max-w-xs mr-2 navbar-search">
<div class="relative">
<input
type="search"
name="search"
placeholder="Search..."
class="pl-10 pr-5 appearance-none h-10 w-full rounded-full text-sm focus:outline-none" /><button
type="submit"
class="absolute top-0 mt-3 left-0 ml-4"><svg
stroke="currentColor"
fill="none"
stroke-width="2"
viewBox="0 0 24 24"
stroke-linecap="round"
stroke-linejoin="round"
class="stroke-current h-4 w-4"
height="1em"
width="1em"
xmlns="http://www.w3.org/2000/svg"><circle
cx="11"
cy="11"
r="8" />
<line
x1="21"
y1="21"
x2="16.65"
y2="16.65" /></svg></button>
</div>
</form>
</div>
</div>
</div>
@@ -250,7 +279,7 @@
<StatCards />
<!-- -->
<!-- <div class="mb-8">
<div class="mb-8">
<Tracks />
</div>
<Pagination />
@@ -259,7 +288,7 @@
</div>
<div class="mb-8">
<FormLayout />
</div> -->
</div>
</div>
</main>
</div>