Sha256: ac18f4f7e3d42f2e7d1edf2df7957768edd83eb4b138b3a005ab955207d3cd3d
Contents?: true
Size: 623 Bytes
Versions: 4
Compression:
Stored size: 623 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 %> <%= content_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
4 entries across 4 versions & 1 rubygems