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
10
11
12
13
14
<ul class="gjs-icon-list menu bg-transparent p-0 gap-1" data-gjs-type="p_website.icon-list" data-gjs-custom-name="Icon list" data-gjs-droppable="true">
  <li class="gjs-icon-list-item" data-gjs-droppable="false">
    <span class="gjs-icon-list-marker text-primary shrink-0" aria-hidden="true">
      <svg viewBox="0 0 24 24" width="18" height="18" fill="none" stroke="currentColor" stroke-width="2"><path d="M5 12l4 4L19 6"/></svg>
    </span>
    <span data-gjs-editable="true">First feature</span>
  </li>
  <li class="gjs-icon-list-item" data-gjs-droppable="false">
    <span class="gjs-icon-list-marker text-primary shrink-0" aria-hidden="true">
      <svg viewBox="0 0 24 24" width="18" height="18" fill="none" stroke="currentColor" stroke-width="2"><path d="M5 12l4 4L19 6"/></svg>
    </span>
    <span data-gjs-editable="true">Second feature</span>
  </li>
</ul>