1
2
3
4
5
6
7
<%= bulma_buttons do |c| %>
<% c.with_button('One') %>
<% c.with_button('Two') %>
<% c.with_button do %>
Three
<% end %>
<% end %>