+ ViewComponents blog post + #1 Button Primary + <%= render(ButtonComponent.new(type: :primary, link: '#firstPost')) do %> + Primary + <% end %> + #2 Button Secondary + <%= render(ButtonComponent.new(type: :secondary, link: '#secondPost')) do %> + Secondary + <% end %> + #2 Button Danger + <%= render(ButtonComponent.new(type: :danger, link: '#thirdPost')) do %> + Primary + <% end %> + #4 Button Link + <%= render(ButtonComponent.new(type: :link, link: '#fourthPost')) do %> + Link + <% end %> +