Class: Matestack::Ui::Bootstrap::Layout::Column
- Inherits:
-
BaseComponent
- Object
- Component
- BaseComponent
- Matestack::Ui::Bootstrap::Layout::Column
- Defined in:
- lib/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
17 18 19 20 21 |
# File 'lib/matestack/ui/bootstrap/layout/column.rb', line 17 def response div col_attributes do yield if block_given? end end |