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