Sha256: 027828cedc0cb5909b5c002856491534de53a0a89332a1a96deb00044cb947e4

Contents?: true

Size: 756 Bytes

Versions: 6

Compression:

Stored size: 756 Bytes

Contents

<%= bs5_list_group do |lg| %>
  <% lg.slot(:item) do %>Dapibus ac facilisis in<% end %>
  <% lg.slot(:item, style: :primary) do %>A simple primary list group item<% end %>
  <% lg.slot(:item, style: :secondary) do %>A simple secondary list group item<% end %>
  <% lg.slot(:item, style: :success) do %>A simple success list group item<% end %>
  <% lg.slot(:item, style: :danger) do %>A simple danger list group item<% end %>
  <% lg.slot(:item, style: :warning) do %>A simple warning list group item<% end %>
  <% lg.slot(:item, style: :info) do %>A simple info list group item<% end %>
  <% lg.slot(:item, style: :light) do %>A simple light list group item<% end %>
  <% lg.slot(:item, style: :dark) do %>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/default.html.erb
bs5-0.0.17 app/views/bs5/examples/list_group/style/default.html.erb
bs5-0.0.16 app/views/bs5/examples/list_group/style/default.html.erb
bs5-0.0.15 app/views/bs5/examples/list_group/style/default.html.erb
bs5-0.0.14 app/views/bs5/examples/list_group/style/default.html.erb
bs5-0.0.13 app/views/bs5/examples/list_group/style/default.html.erb