Skip to content

Commit 8ab1fa3

Browse files
committed
docs: responsive properties links
1 parent d0de4a1 commit 8ab1fa3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

website/docs/guide/properties.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ This is the initial layouts of the grid per breakpoint if `responsive` is set to
2222
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] }.
2323
Setting the prop after the creation of the GridLayout has no effect.
2424

25+
See also [responsive](#responsive), [breakpoints](#breakpoints) and [cols](#cols)
26+
2527
### colNum
2628

2729
* type: `Number`
@@ -122,6 +124,9 @@ Says if the CSS `transition-property: transform;` should be used.
122124

123125
Says if the layout should be responsive to window width
124126

127+
See also [responsiveLayouts](#responsivelayouts), [breakpoints](#breakpoints) and [cols](#cols)
128+
129+
125130
### breakpoints
126131

127132
* type: `Object`
@@ -130,6 +135,8 @@ Says if the layout should be responsive to window width
130135

131136
Breakpoints defined for responsive layout. Sets widths on wich column number changes
132137

138+
See also [responsiveLayouts](#responsivelayouts) and [cols](#cols)
139+
133140
### cols
134141

135142
* type: `Object`

0 commit comments

Comments
 (0)