SpinaCMS/Spina

View on GitHub
app/components/spina/pages/tab_button_component.html.erb

Summary

Maintainability
Test Coverage
<button type="button" class="block px-3 leading-relaxed py-1 hover:text-gray-800 rounded-md text-gray-400 font-medium text-sm flex items-center whitespace-nowrap" data-action="tabs#show" data-tabs-target="button" data-pane-id="<%= @tab_name %>">
  <%= content %>
</button>