Sha256: 78d3bd7dcbe906780449fc942b96f8900a87260122500880d98bf07718fdbf21

Contents?: true

Size: 479 Bytes

Versions: 2

Compression:

Stored size: 479 Bytes

Contents

<%= bs5_button_group(vertical: :true, aria: { label: 'Vertical button group' }) do %>
  <%= bs5_button_tag('Button', type: 'button', style: :dark) %>
  <%= bs5_button_tag('Button', type: 'button', style: :dark) %>
  <%= bs5_button_tag('Button', type: 'button', style: :dark) %>
  <%= bs5_button_tag('Button', type: 'button', style: :dark) %>
  <%= bs5_button_tag('Button', type: 'button', style: :dark) %>
  <%= bs5_button_tag('Button', type: 'button', style: :dark) %>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bs5-0.0.19 app/views/bs5/examples/button_group/vertical/snippet.html.erb
bs5-0.0.18 app/views/bs5/examples/button_group/vertical/snippet.html.erb