Class: Panda::Core::Admin::TabBarComponent
- Defined in:
- app/components/panda/core/admin/tab_bar_component.rb
Constant Summary
Constants inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#after_template, #attrs, #before_template, #default_attrs, #merge_attrs, #tailwind_merge_attrs
Instance Method Details
#view_template ⇒ Object
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 |