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 %>
<%= bulma_buttons do |c| %> <% c.with_button('One') %> <% c.with_button('Two') %> <% c.with_button do %> Three <% end %><% end %>
<lookbook-embed app="https://bulma-view-components.fly.dev/" preview="Elements::ButtonsComponentPreview" scenario="default"></lookbook-embed>