You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/guide/properties.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ This is the initial layouts of the grid per breakpoint if `responsive` is set to
22
22
The keys of the `Object` are breakpoint names and each value is an `Array` of `Object` items as defined by `layout` prop. eg:{ lg:[layout items], md:[layout items] }.
23
23
Setting the prop after the creation of the GridLayout has no effect.
24
24
25
+
See also [responsive](#responsive), [breakpoints](#breakpoints) and [cols](#cols)
26
+
25
27
### colNum
26
28
27
29
* type: `Number`
@@ -122,6 +124,9 @@ Says if the CSS `transition-property: transform;` should be used.
122
124
123
125
Says if the layout should be responsive to window width
124
126
127
+
See also [responsiveLayouts](#responsivelayouts), [breakpoints](#breakpoints) and [cols](#cols)
128
+
129
+
125
130
### breakpoints
126
131
127
132
* type: `Object`
@@ -130,6 +135,8 @@ Says if the layout should be responsive to window width
130
135
131
136
Breakpoints defined for responsive layout. Sets widths on wich column number changes
132
137
138
+
See also [responsiveLayouts](#responsivelayouts) and [cols](#cols)
0 commit comments