lariv-rs 0.1.0

Compile-time plugin web application framework built on Axum, SeaORM, Maud, and HTMX
Documentation
1
2
3
4
5
6
7
8
9
<div class="gjs-dropdown dropdown" data-gjs-type="p_website.dropdown" data-gjs-custom-name="Dropdown">
  <button type="button" class="gjs-dropdown-trigger btn btn-sm" data-gjs-editable="true">Menu</button>
  <div class="gjs-dropdown-menu dropdown-content z-[1] w-52 rounded-box bg-base-100 p-2 shadow-lg border border-base-200" hidden data-gjs-droppable="true">
    <ul class="menu">
      <li><a href="#" data-gjs-editable="true">Item one</a></li>
      <li><a href="#" data-gjs-editable="true">Item two</a></li>
    </ul>
  </div>
</div>