Sha256: 49a4fead5ff09794412d2c9723661d9fdb9ca3feb61c810017b28ffa0d8d03a2

Contents?: true

Size: 600 Bytes

Versions: 54

Compression:

Stored size: 600 Bytes

Contents

<% if @path.present? %>
  <%= send link_method, @path, class: classes, active: @active, target: @target, data: @data, **@args do %>
    <%= helpers.svg @icon, class: "h-4 text-gray-700" if @icon.present? %>
    <%= @label %>
    <% if @target == :_blank %>
      <%= helpers.svg('heroicons/outline/external-link', class: 'self-center ml-auto h-3 mr-2') %>
    <% end %>
  <% end %>
<% else %>
  <%= content_tag :div, class: classes, active: @active, target: @target, data: @data do %>
    <%= helpers.svg @icon, class: "h-4 text-gray-700" if @icon.present? %>
    <%= @label %>
  <% end %>
<% end %>

Version data entries

54 entries across 54 versions & 1 rubygems

Version Path
avo-3.18.1.tw4 app/components/avo/sidebar/link_component.html.erb
avo-3.18.1 app/components/avo/sidebar/link_component.html.erb
avo-3.18.0.tw4 app/components/avo/sidebar/link_component.html.erb
avo-3.18.0 app/components/avo/sidebar/link_component.html.erb
avo-3.17.9.beta2 app/components/avo/sidebar/link_component.html.erb
avo-3.17.9.beta1 app/components/avo/sidebar/link_component.html.erb
avo-3.17.9.tw4 app/components/avo/sidebar/link_component.html.erb
avo-3.17.9 app/components/avo/sidebar/link_component.html.erb
avo-3.17.8.tw4 app/components/avo/sidebar/link_component.html.erb
avo-3.17.8 app/components/avo/sidebar/link_component.html.erb
avo-3.17.7 app/components/avo/sidebar/link_component.html.erb
avo-3.17.6.tw4 app/components/avo/sidebar/link_component.html.erb
avo-3.17.6 app/components/avo/sidebar/link_component.html.erb
avo-3.17.5 app/components/avo/sidebar/link_component.html.erb
avo-3.17.4 app/components/avo/sidebar/link_component.html.erb
avo-3.17.3 app/components/avo/sidebar/link_component.html.erb
avo-3.17.5.tw4 app/components/avo/sidebar/link_component.html.erb
avo-3.17.4.tw4 app/components/avo/sidebar/link_component.html.erb
avo-3.17.3.tw4 app/components/avo/sidebar/link_component.html.erb
avo-3.17.2.tw4 app/components/avo/sidebar/link_component.html.erb