Hi,
nested turbo frames should have a differnt color so we can distinguish there boundings.
<div class="w-75 mx-auto mt-9">
<%= turbo_frame_tag "foo" do %>
<p>stuff in "foo" frame</p>
<%= turbo_frame_tag "bar" do %>
<p>some stuff in inner "bar" frame</p>
<% end %>
<% end %>
</div>
looks actually like this...

Actually i don't know how hard it is to implement, but maybe in a future version, that whould be a nice feature.
Hi,
nested turbo frames should have a differnt color so we can distinguish there boundings.
looks actually like this...
Actually i don't know how hard it is to implement, but maybe in a future version, that whould be a nice feature.