rootstrap/rails_hotwire_base

View on GitHub
app/components/button_component.html.erb

Summary

Maintainability
Test Coverage
<%= button_tag({ class: css_classes }.merge(@options)) do %>
  <%= @text || content %>
<% end %>