Sha256: 216b4c770ed659eabd5e2cea82d05099faecbda54d879ad635ba10f0948de110

Contents?: true

Size: 1.01 KB

Versions: 19

Compression:

Stored size: 1.01 KB

Contents

<div data-controller="alert"
  data-alert-dismiss-after-value="5000"
  data-alert-remove-delay-value="0"
  class="<%= classes %>"
  >
  <div class="px-2">
    <div class="flex h-full">
      <div class="flex items-center min-h-full">
        <%= helpers.svg icon, class: "h-6" %>
      </div>
      <div class="ml-3 w-0 flex-1 pt-0.5">
        <p class="text-sm leading-5 font-semibold">
          <%== message %>
        </p>
      </div>
      <div class="ml-4 flex-shrink-0 flex">
        <button data-action="alert#close" class="inline-flex text-white focus:outline-none focus:text-gray-300 transition ease-in-out duration-150">
          <svg class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
            <path fill-rule="evenodd" d="M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z" clip-rule="evenodd"/>
          </svg>
        </button>
      </div>
    </div>
  </div>
</div>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
avo-2.5.2.pre.7 app/components/avo/alert_component.html.erb
avo-2.5.2.pre.2 app/components/avo/alert_component.html.erb
avo-2.5.2.pre.1 app/components/avo/alert_component.html.erb
avo-2.5.1 app/components/avo/alert_component.html.erb
avo-2.5.0 app/components/avo/alert_component.html.erb
avo-2.4.1 app/components/avo/alert_component.html.erb
avo-2.4.0 app/components/avo/alert_component.html.erb
avo-2.3.1.pre.6 app/components/avo/alert_component.html.erb
avo-2.3.1.pre.5 app/components/avo/alert_component.html.erb
avo-2.3.1.pre.4 app/components/avo/alert_component.html.erb
avo-2.3.1.pre.3 app/components/avo/alert_component.html.erb
avo-2.3.1.pre.2 app/components/avo/alert_component.html.erb
avo-2.3.1.pre.1 app/components/avo/alert_component.html.erb
avo-2.3.0 app/components/avo/alert_component.html.erb
avo-2.2.2 app/components/avo/alert_component.html.erb
avo-2.2.1 app/components/avo/alert_component.html.erb
avo-2.2.0 app/components/avo/alert_component.html.erb
avo-2.1.2.pre2 app/components/avo/alert_component.html.erb
avo-2.1.2.pre1 app/components/avo/alert_component.html.erb