module Voom::Presenters::DSL::Components::Mixins::TabBars
Public Instance Methods
tab_bar(**attribs, &block)
click to toggle source
# File lib/voom/presenters/dsl/components/mixins/tab_bars.rb, line 7 def tab_bar(**attribs, &block) self << Components::TabBar.new(parent: self, **attribs, &block) end
Also aliased as: tabs