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
<div class="gjs-card card bg-base-100 shadow-md border border-base-200 w-full h-full" data-gjs-type="p_website.card" data-gjs-droppable="true" data-gjs-custom-name="Card">
  <div class="card-body">
    <h3 class="gjs-card-title card-title" data-gjs-editable="true">Card title</h3>
    <div class="gjs-card-body text-base-content/80" data-gjs-droppable="true">
      <p data-gjs-editable="true">Card body text. Edit or drop content here.</p>
    </div>
  </div>
</div>