Helpers
Component helpers
All components have a corresponding helper method which reduces some of the repetitive syntax when using ViewComponent’s built-in render call.
-<%= render(Anchor::ButtonComponent.new.with_content("Button")) %>+<%= anchor_button("Button") do %>