mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-25 01:58:54 +02:00
feat: add sidebar
This commit is contained in:
7
app/templates/cotton/components/sidebar_menu_header.html
Normal file
7
app/templates/cotton/components/sidebar_menu_header.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<li>
|
||||
<div class="d-flex align-items-center" data-bs-toggle="collapse" href="#collapseExample" role="button" aria-expanded="false" aria-controls="collapseExample">
|
||||
<span
|
||||
class="text-muted small fw-bold text-uppercase tw:lg:hidden tw:lg:group-hover:inline">{{ title }}</span>
|
||||
<hr class="flex-grow-1"/>
|
||||
</div>
|
||||
</li>
|
||||
Reference in New Issue
Block a user