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