Sha256: 851bc04fe6f6785799b8a76a7bc63349edc9380d82ff3e40d8bdfe6f73859687

Contents?: true

Size: 469 Bytes

Versions: 1

Compression:

Stored size: 469 Bytes

Contents

<%= bs5_toast do |t| %>
  <%= t.header do %>
    <svg
      class="bd-placeholder-img rounded me-2"
      width="20"
      height="20"
      xmlns="http://www.w3.org/2000/svg"
      aria-hidden="true"
      focusable="false"
    >
      <rect width="100%" height="100%" fill="#007aff"></rect>
    </svg>
    <strong class="me-auto">Bootstrap</strong>
    <small>11 mins ago</small>
  <% end %>
  <%= t.body do %>Hello, world! This is a toast message.<% end %>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bs5-0.0.25 app/views/bs5/examples/toasts/default/snippet.html.erb