Sha256: af8c8a81085c048b54e533c7e7a02f1b834a19bf1bc736c422987dc461635412
Contents?: true
Size: 1002 Bytes
Versions: 12
Compression:
Stored size: 1002 Bytes
Contents
<%= bs5_button_group(size: 'large', class: 'mb-2', aria: { label: 'Large button group' }) do %> <%= bs5_button_tag('Left', type: 'button', color: :dark, outline: true) %> <%= bs5_button_tag('Middle', type: 'button', color: :dark, outline: true) %> <%= bs5_button_tag('Right', type: 'button', color: :dark, outline: true) %> <% end %> <br/> <%= bs5_button_group(class: 'mb-2', aria: { label: 'Default button group' }) do %> <%= bs5_button_tag('Left', type: 'button', color: :dark, outline: true) %> <%= bs5_button_tag('Middle', type: 'button', color: :dark, outline: true) %> <%= bs5_button_tag('Right', type: 'button', color: :dark, outline: true) %> <% end %> <br/> <%= bs5_button_group(size: :small, aria: { label: 'Small button group' }) do %> <%= bs5_button_tag('Left', type: 'button', color: :dark, outline: true) %> <%= bs5_button_tag('Middle', type: 'button', color: :dark, outline: true) %> <%= bs5_button_tag('Right', type: 'button', color: :dark, outline: true) %> <% end %>
Version data entries
12 entries across 12 versions & 1 rubygems