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
Methods included from Registry
#bs_accordion, #bs_alert, #bs_avatar, #bs_badge, #bs_breadcrumb, #bs_btn, #bs_btn_group, #bs_card, #bs_carousel, #bs_close, #bs_col, #bs_collapse, #bs_container, #bs_dropdown, #bs_figure, #bs_form_checkbox, #bs_form_input, #bs_form_radio, #bs_form_select, #bs_form_submit, #bs_form_switch, #bs_icon, #bs_list_group, #bs_modal, #bs_navbar, #bs_page_heading, #bs_pagination, #bs_popover, #bs_progress, #bs_row, #bs_scrollspy, #bs_section_card, #bs_sidebar, #bs_smart_collection, #bs_spinner, #bs_tab_nav, #bs_tab_nav_content, #bs_toast, #bs_tooltip
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 |