komposable/komponent

View on GitHub
lib/generators/component/templates/view.html.haml.erb

Summary

Maintainability
Test Coverage
.<%= component_class_name %>
  <%- if locale? -%>
  = t ".component_name"
  <%- else -%>
  <%= component_name.underscore %>
  <%- end -%>