Sha256: 4d3ee252848efa8fdca4e1f5eef587872904ad09348a10a18d328d0c81848d95

Contents?: true

Size: 954 Bytes

Versions: 6

Compression:

Stored size: 954 Bytes

Contents

<%= bs5_list_group do |lg| %>
  <% lg.slot(:item) do %><%= link_to 'Dapibus ac facilisis in', '#' %><% end %>
  <% lg.slot(:item, style: :primary) do %><%= link_to 'A simple primary list group item', '#' %><% end %>
  <% lg.slot(:item, style: :secondary) do %><%= link_to 'A simple secondary list group item', '#' %><% end %>
  <% lg.slot(:item, style: :success) do %><%= link_to 'A simple success list group item', '#' %><% end %>
  <% lg.slot(:item, style: :danger) do %><%= link_to 'A simple danger list group item', '#' %><% end %>
  <% lg.slot(:item, style: :warning) do %><%= link_to 'A simple warning list group item', '#' %><% end %>
  <% lg.slot(:item, style: :info) do %><%= link_to 'A simple info list group item', '#' %><% end %>
  <% lg.slot(:item, style: :light) do %><%= link_to 'A simple light list group item', '#' %><% end %>
  <% lg.slot(:item, style: :dark) do %><%= link_to 'A simple dark list group item', '#' %><% end %>
<%- end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
bs5-0.0.18 app/views/bs5/examples/list_group/style/actionable.html.erb
bs5-0.0.17 app/views/bs5/examples/list_group/style/actionable.html.erb
bs5-0.0.16 app/views/bs5/examples/list_group/style/actionable.html.erb
bs5-0.0.15 app/views/bs5/examples/list_group/style/actionable.html.erb
bs5-0.0.14 app/views/bs5/examples/list_group/style/actionable.html.erb
bs5-0.0.13 app/views/bs5/examples/list_group/style/actionable.html.erb