feat: add navbar layout with some JS controls (with Alpine.js)

This commit is contained in:
2024-08-04 20:40:09 +02:00
committed by florian_briand
parent e057889403
commit 23f85c5e92
15 changed files with 859 additions and 19 deletions

View File

@ -0,0 +1,15 @@
<a
href="#"
class="block px-4 py-2 text-base font-medium text-gray-500 hover:bg-gray-100 hover:text-gray-800"
>Your Profile</a
>
<a
href="#"
class="block px-4 py-2 text-base font-medium text-gray-500 hover:bg-gray-100 hover:text-gray-800"
>Settings</a
>
<a
href="#"
class="block px-4 py-2 text-base font-medium text-gray-500 hover:bg-gray-100 hover:text-gray-800"
>Sign out</a
>