Module: Voom::Presenters::DSL::Components::Mixins::TabBars
- Included in:
- Common
- Defined in:
- lib/voom/presenters/dsl/components/mixins/tab_bars.rb
Instance Method Summary collapse
- #tab_bar(**attribs, &block) ⇒ Object (also: #tabs)
Instance Method Details
#tab_bar(**attribs, &block) ⇒ Object Also known as: tabs
7 8 9 |
# File 'lib/voom/presenters/dsl/components/mixins/tab_bars.rb', line 7 def (**attribs, &block) self << Components::TabBar.new(parent: self, **attribs, &block) end |