Sha256: 0c5640e15dbdbe2ecb5a31fd610e998b62d25f9e86af05775214cbfbd2c9096b

Contents?: true

Size: 1.04 KB

Versions: 104

Compression:

Stored size: 1.04 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">
          <%= sanitize message.to_s %>
        </p>
      </div>
      <div class="ml-4 flex-shrink-0 flex items-center">
        <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

104 entries across 104 versions & 1 rubygems

Version Path
avo-2.53.0 app/components/avo/alert_component.html.erb
avo-2.52.0 app/components/avo/alert_component.html.erb
avo-3.8.1 app/components/avo/alert_component.html.erb
avo-3.8.0 app/components/avo/alert_component.html.erb
avo-3.6.4 app/components/avo/alert_component.html.erb
avo-3.6.3 app/components/avo/alert_component.html.erb
avo-3.6.2 app/components/avo/alert_component.html.erb
avo-2.49.0 app/components/avo/alert_component.html.erb
avo-3.6.1 app/components/avo/alert_component.html.erb
avo-3.6.0 app/components/avo/alert_component.html.erb
avo-3.5.8 app/components/avo/alert_component.html.erb
avo-3.5.7 app/components/avo/alert_component.html.erb
avo-3.5.6 app/components/avo/alert_component.html.erb
avo-3.5.6.beta1 app/components/avo/alert_component.html.erb
avo-3.5.5 app/components/avo/alert_component.html.erb
avo-3.5.4 app/components/avo/alert_component.html.erb
avo-3.5.3 app/components/avo/alert_component.html.erb
avo-3.5.2 app/components/avo/alert_component.html.erb
avo-3.5.1 app/components/avo/alert_component.html.erb
avo-3.5.0 app/components/avo/alert_component.html.erb