x
1
2
3
4
5
6
7
8
9
10
11
<div class="buttons"> <button type="submit" class="button"> One </button> <button type="submit" class="button"> Two </button> <button type="submit" class="button"> Three </button></div>
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 %>
No notes provided.
No params configured.