2023-04-21 07:48:06 +00:00
|
|
|
<aside
|
2023-04-21 08:57:44 +00:00
|
|
|
id="logo-right-sidebar"
|
2023-05-10 12:16:42 +00:00
|
|
|
class="fixed top-10 right-0 left-auto z-40 w-64 h-screen pt-28 transition-transform translate-x-96 bg-white border-r border-gray-200 md:translate-x-0 dark:bg-gray-800 dark:border-gray-700"
|
2023-04-21 08:57:44 +00:00
|
|
|
aria-label="Right-sidebar">
|
2023-04-21 09:32:25 +00:00
|
|
|
<div class="h-full pb-4 overflow-y-auto bg-white dark:bg-gray-800">
|
2023-04-21 07:48:06 +00:00
|
|
|
<ul class="space-y-4 font-medium">
|
|
|
|
<li>
|
2023-04-21 09:32:25 +00:00
|
|
|
<!-- prettier-ignore -->
|
2023-04-21 11:40:20 +00:00
|
|
|
<button type="button" data-modal-target="add-book-modal" data-modal-toggle="add-book-modal" class="text-white ml-2 w-11/12 bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm px-4 py-2.5 text-center inline-flex items-center dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"> <path stroke-linecap="round" stroke-linejoin="round" d="M12 4.5v15m7.5-7.5h-15" /> </svg> New book </button>
|
2023-04-21 07:48:06 +00:00
|
|
|
</li>
|
|
|
|
<li>
|
2023-05-05 12:48:55 +00:00
|
|
|
<!-- prettier-ignore -->
|
|
|
|
<button id="dropdownDelayButton" data-dropdown-toggle="dropdownDelay" data-dropdown-delay="500" data-dropdown-trigger="hover" class="text-white ml-2 w-11/12 bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm px-4 py-2.5 text-center inline-flex items-center dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800" type="button">
|
2023-04-21 07:48:06 +00:00
|
|
|
Sort by
|
2023-05-05 12:48:55 +00:00
|
|
|
<!-- prettier-ignore -->
|
|
|
|
<svg class="w-4 h-4 ml-auto" aria-hidden="true" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path> </svg>
|
2023-04-21 07:48:06 +00:00
|
|
|
</button>
|
|
|
|
<!-- Dropdown menu -->
|
|
|
|
<!-- prettier-ignore -->
|
|
|
|
<div id="dropdownDelay" class="z-10 hidden bg-white divide-y divide-gray-100 rounded-lg shadow w-44 dark:bg-gray-700">
|
|
|
|
<ul class="py-2 text-sm text-gray-700 dark:text-gray-200" aria-labelledby="dropdownDelayButton">
|
|
|
|
<!-- prettier-ignore -->
|
|
|
|
<li> <a href="#" class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white" >Dashboard</a > </li>
|
|
|
|
<li> <a href="#" class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white" >Settings</a > </li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</aside>
|