lariv-rs 0.1.0

Compile-time plugin web application framework built on Axum, SeaORM, Maud, and HTMX
Documentation
1
2
3
4
5
<div class="gjs-gallery grid grid-cols-2 md:grid-cols-3 gap-4" data-gjs-type="p_website.gallery" data-gjs-custom-name="Gallery" data-gjs-droppable="true">
  <img class="rounded-box shadow-sm w-full h-auto" src="https://via.placeholder.com/240x160" alt="" data-gjs-type="image">
  <img class="rounded-box shadow-sm w-full h-auto" src="https://via.placeholder.com/240x160" alt="" data-gjs-type="image">
  <img class="rounded-box shadow-sm w-full h-auto" src="https://via.placeholder.com/240x160" alt="" data-gjs-type="image">
</div>