Class: Panda::Core::Admin::TabBarComponent

Inherits:
Base
  • Object
show all
Defined in:
app/components/panda/core/admin/tab_bar_component.rb

Constant Summary

Constants inherited from Base

Base::TAILWIND_MERGER

Instance Method Summary collapse

Methods inherited from Base

#after_template, #attrs, #before_template, #default_attrs, #merge_attrs, #tailwind_merge_attrs

Instance Method Details

#view_templateObject



9
10
11
12
13
14
# File 'app/components/panda/core/admin/tab_bar_component.rb', line 9

def view_template
  div(class: "mt-3 sm:mt-2") do
    render_mobile_select
    render_desktop_tabs
  end
end