This is the overview tab content. Tabs help organize content into manageable sections.
<%= render TabsComponent.new do |tabs| %> <% tabs.with_tab(id: "tab1", label: "Tab 1") do %> Content here <% end %> <% end %>