Sha256: 3d76c3b7e64e33af21d6bc83cb7dfbcbc6ed9c72424353921b9929b15d854e53

Contents?: true

Size: 309 Bytes

Versions: 2

Compression:

Stored size: 309 Bytes

Contents

<%= render Yattho::BaseComponent.new(**@system_arguments) do %>
  <%= yattho_octicon @icon if @icon %>
  <%= content %>
  <% if @dismissible %>
    <button class="flash-close js-flash-close" type="button" aria-label="Close">
      <%= yattho_octicon "x" %>
    </button>
  <% end %>
  <%= action %>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
yattho_view_components-0.1.1 app/components/yattho/beta/flash.html.erb
yattho_view_components-0.0.1 app/components/yattho/beta/flash.html.erb