Module: Voom::Presenters::DSL::Components::Mixins::Chipset
- Includes:
- Append
- Included in:
- Card, Content, Grid::Column, Table::Row::Column
- Defined in:
- lib/voom/presenters/dsl/components/mixins/chipset.rb
Instance Method Summary collapse
Methods included from Append
Instance Method Details
#chipset(chipset_variant = nil, **attribs, &block) ⇒ Object
11 12 13 |
# File 'lib/voom/presenters/dsl/components/mixins/chipset.rb', line 11 def chipset(chipset_variant=nil, **attribs, &block) self << Components::Chipset.new(chipset_variant, parent: self, **attribs, &block) end |