Module: Voom::Presenters::DSL::Components::Mixins::Snackbars
- Included in:
- Card, Content, Grid, Grid::Column, UserInterface
- Defined in:
- lib/voom/presenters/dsl/components/mixins/snackbars.rb
Instance Method Summary collapse
Instance Method Details
#snackbar(text = nil, **attribs, &block) ⇒ Object
7 8 9 10 11 |
# File 'lib/voom/presenters/dsl/components/mixins/snackbars.rb', line 7 def (text=nil, **attribs, &block) self << Components::Snackbar.new(parent: self, text: text, **attribs, &block) end |