Sha256: 82bdbb0e1ef709a524b8c8088d30ac73ee59f8c9e086d109d68ccc8b1b49247b

Contents?: true

Size: 775 Bytes

Versions: 1

Compression:

Stored size: 775 Bytes

Contents

<%= render_component_tag :button,
  id: @id,
  "x-ref": @name,
  class: [
    "whitespace-nowrap cursor-pointer pt-2.5 pb-1.5 border-b-2",
    {
      "px-1": @theme == :toolbar,
      "px-2 text-lg relative -bottom-px": @theme == :page,
    }
  ],
  ":class": "{
    'border-lookbook-tabs-highlight': isSelected($el),
    'border-transparent text-lookbook-tabs-text hover:text-lookbook-tabs-text-hover': !isSelected($el),
    '!text-lookbook-tabs-text-disabled': isDisabled($el),
    'invisible pointer-events-none relative z-[-1]': visibleTabsCount < #{@position}
  }",
  "@click.prevent": "selectTab($el)",
  "@keydown.window.prevent.#{@hotkey}": @hotkey.present? ? "$el.click()" : nil,
  data: {
    disabled: @disabled
  },
  cloak: true do %>
  <%== label %>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lookbook-1.0.0.beta.5 app/components/lookbook/tabs/tab/component.html.erb