Module: Voom::Presenters::DSL::Components::Mixins::Progress
- Included in:
- Card, Content, Dialog, Grid, Grid::Column
- Defined in:
- lib/voom/presenters/dsl/components/mixins/progress.rb
Instance Method Summary collapse
Instance Method Details
#progress(**attributes, &block) ⇒ Object
7 8 9 10 |
# File 'lib/voom/presenters/dsl/components/mixins/progress.rb', line 7 def progress(**attributes, &block) return @progress if locked? @progress = Components::Progress.new(parent: self, **attributes, &block) end |