Class: Matestack::Ui::Bootstrap::Components::Collapse
- Inherits:
-
BaseVueJsComponent
- Object
- VueJsComponent
- BaseVueJsComponent
- Matestack::Ui::Bootstrap::Components::Collapse
- Defined in:
- lib/matestack/ui/bootstrap/components/collapse.rb
Instance Method Summary collapse
Instance Method Details
#response ⇒ Object
11 12 13 14 15 16 |
# File 'lib/matestack/ui/bootstrap/components/collapse.rb', line 11 def response div collapse_attributes do card_partial if context.card yield if block_given? end end |