Class: Matestack::Ui::Bootstrap::Components::Collapse

Inherits:
VueJsComponent
  • Object
show all
Defined in:
app/concepts/matestack/ui/bootstrap/components/collapse.rb

Instance Method Summary collapse

Instance Method Details

#responseObject



9
10
11
12
13
14
# File 'app/concepts/matestack/ui/bootstrap/components/collapse.rb', line 9

def response
  div collapse_attributes do
    card_partial if card
    yield_components
  end
end