Sha256: fcb95a2d4e22bc4e60ba2a200dfe430f8f7eb4569ec517dffe1bb137c26bc6aa
Contents?: true
Size: 621 Bytes
Versions: 7
Compression:
Stored size: 621 Bytes
Contents
<%= bs5_button_tag('Primary', style: :primary, outline: true) %> <%= bs5_button_tag('Secondary', style: :secondary, outline: true) %> <%= bs5_button_tag('Success', style: :success, outline: true) %> <%= bs5_button_tag('Danger', style: :danger, outline: true) %> <%= bs5_button_tag(style: :warning, outline: true, type: 'button') do %> <%= tag.strong('Warning') %> <% end %> <%= bs5_button_tag('Info', style: :info, outline: true) %> <%= bs5_button_tag('Light', style: :light, outline: true) %> <%= bs5_button_tag('Dark', style: :dark, outline: true) %> <%= bs5_button_tag('Link', style: :link, outline: true) %>
Version data entries
7 entries across 7 versions & 1 rubygems