feat: add navbar layout with some JS controls (with Alpine.js)
This commit is contained in:
15
crates/app/templates/layout/nav/mobile/profile-items.html
Normal file
15
crates/app/templates/layout/nav/mobile/profile-items.html
Normal 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
|
||||
>
|
Reference in New Issue
Block a user