<%# locals: (headers: [], rows: [], caption: nil) %>
<% if caption %>
<%= inline_svg_tag "icon-csv.svg", class: "w-4 h-4" %>

<%= caption %>

<% end %>
<% headers.each_with_index do |header, index| %> <% end %> <% rows.each_with_index do |row, row_index| %> <% row.each_with_index do |(header, value), col_index| %> <% end %> <% end %>
<%= index == headers.length - 1 ? "rounded-tr-lg" : "" %> <%= index < headers.length - 1 ? "border-r border-r-alpha-black-200" : "" %> "> <%= header %>
<%= !caption && row_index == rows.length - 1 && col_index == 0 ? "rounded-bl-md" : "" %> <%= !caption && row_index == rows.length - 1 && col_index == row.length - 1 ? "rounded-br-md" : "" %> "> <%= value %>