Browse
For agents
About
Content Blocks Builder – Create blocks, repeater blocks with carousel, grid, popup layouts
/
trunk
Content Blocks Builder – Create blocks, repeater blocks with carousel, grid, popup layouts
vtrunk
Switch version
2.8.14
2.8.13
2.8.12
2.7.5
2.7.6
2.7.7
2.7.8
2.7.9
2.8.0
2.8.1
2.8.10
2.8.11
2.8.2
2.8.3
2.8.4
2.8.5
2.8.6
2.8.7
2.8.8
2.8.9
trunk
1.0.1
1.0.2
1.1.0
1.1.1
All 147 releases
Overview
Code
content-blocks-builder
/
src
/
features
/
grid
/
index.js
index.js
in Content Blocks Builder – Create blocks, repeater blocks with carousel, grid, popup layouts trunk, at src/features/grid/index.js
14 lines
203 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
//
For parent repeater block.
2
//
Style
3
import
"
./grid.style.scss
"
;
4
5
//
Js
6
import
"
./grid
"
;
7
8
//
For grid item block.
9
//
Style
10
//
import "./grid-item.style.scss";
11
12
//
Js
13
import
"
./grid-item
"
;
14