Sha256: b47cf55f8848708fc44db30e2780fcbe1f0a5418be72ace2b1a48373962d4b20

Contents?: true

Size: 486 Bytes

Versions: 7

Compression:

Stored size: 486 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 %>
  <%= 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

7 entries across 7 versions & 1 rubygems

Version Path
bs5-0.0.19 app/views/bs5/examples/buttons/button_tag/style/snippet.html.erb
bs5-0.0.18 app/views/bs5/examples/buttons/button_tag/style/snippet.html.erb
bs5-0.0.17 app/views/bs5/examples/buttons/button_tag/style/snippet.html.erb
bs5-0.0.16 app/views/bs5/examples/buttons/button_tag/style/snippet.html.erb
bs5-0.0.15 app/views/bs5/examples/buttons/button_tag/style/snippet.html.erb
bs5-0.0.14 app/views/bs5/examples/buttons/button_tag/style/snippet.html.erb
bs5-0.0.13 app/views/bs5/examples/buttons/button_tag/style/snippet.html.erb