Class: Glib::JsonUi::ViewBuilder::Panels::Column
- Inherits:
-
View
- Object
- JsonUiElement
- View
- Glib::JsonUi::ViewBuilder::Panels::Column
- Defined in:
- app/helpers/glib/json_ui/view_builder/panels.rb
Overview
Grid column for use within panels_responsive containers.
Columns use Vuetify’s 12-column grid system where you specify how many columns (out of 12) this component should occupy at different breakpoints.
Breakpoints (from smallest to largest):
-
xs: < 600px (mobile phones)
-
sm: 600px - 960px (tablets)
-
md: 960px - 1264px (small laptops)
-
lg: 1264px - 1904px (desktops)
-
xl: 1904px - 2560px (large desktops)
-
xxl: > 2560px (ultra-wide displays)
Instance Attribute Summary
Attributes inherited from JsonUiElement
Method Summary
Methods inherited from View
Methods inherited from JsonUiElement
Constructor Details
This class inherits a constructor from Glib::JsonUi::JsonUiElement