lariv-rs 0.1.0

Compile-time plugin web application framework built on Axum, SeaORM, Maud, and HTMX
Documentation
1
2
3
4
<div class="gjs-toggleable w-full max-w-xl" data-gjs-type="p_website.toggleable" data-gjs-custom-name="Toggleable">
  <button type="button" class="gjs-toggleable-trigger btn btn-outline btn-sm" data-gjs-editable="true">Show details</button>
  <div class="gjs-toggleable-panel mt-3 p-4 bg-base-200 rounded-box border border-dashed border-base-300 text-base-content/80" data-gjs-droppable="true" hidden><p data-gjs-editable="true">Hidden content revealed on toggle.</p></div>
</div>