Previews

No matching results.

x
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<div class="flex flex-col w-full h-full">
<div class="lui-index-layout">
<turbo-frame id="lui-index-header" class="lui-index_header">
<h1 class="lui-index_header__title">
User Groups
</h1>
<div>
</div>
</turbo-frame>
<div class="w-full grow">
<a data-turbo-frame="lui-index-header" href="/turboframe_layout/change_header">Click here to change IndexHeader</a>
</div>
<turbo-frame class="lui-show-layout__drawer_wrapper" id="lui-main-layout-drawer_bar" class="fixed top-[106px] right-0" data-controller="drawer-bar">
</turbo-frame>
</div>
</div>

No Usage documentation to display.

1
2
3
4
<%= render LooposUi::IndexLayout.new() do |layout| %>
<% layout.with_header(title: "User Groups") %>
<%= link_to("Click here to change IndexHeader", main_app.change_header_turboframe_layout_path, data: {turbo_frame: 'lui-index-header'}) %>
<% end %>