Class: Matestack::Ui::Bootstrap::Layout::Column
- Inherits:
-
Component
- Object
- Component
- Matestack::Ui::Bootstrap::Layout::Column
- Defined in:
- app/concepts/matestack/ui/bootstrap/layout/column.rb
Constant Summary collapse
- COL_ATTRIBUTES =
i[default sm md lg xl xxl]
- ORDER_ATTRIBUTES =
i[order order_sm order_md order_lg order_xl order_xxl]
- OFFSET_ATTRIBUTES =
i[offset offset_sm offset_md offset_lg offset_xl offset_xxl]
Instance Method Summary collapse
Instance Method Details
#response ⇒ Object
15 16 17 18 19 |
# File 'app/concepts/matestack/ui/bootstrap/layout/column.rb', line 15 def response div col_attributes do yield_components end end |