File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
frontends/main/src/app-pages/UAILandingPage Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ import {
11
11
AccordionDetails ,
12
12
MenuItem ,
13
13
SelectField ,
14
+ Skeleton ,
15
+ Stack ,
14
16
} from "ol-components"
15
17
import React , { useEffect , useRef } from "react"
16
18
import Image from "next/image"
@@ -463,7 +465,21 @@ const HubspotForm: React.FC = () => {
463
465
Placeholder
464
466
</ Button >
465
467
</ div >
466
- < div id = "hubspotForm" > </ div >
468
+ < div id = "hubspotForm" >
469
+ < Stack direction = { "column" } gap = { 2 } >
470
+ < Stack direction = "row" gap = { 2 } >
471
+ < Skeleton variant = "rectangular" height = { 32 } width = { 200 } />
472
+ < Skeleton variant = "rectangular" height = { 32 } width = { 200 } />
473
+ </ Stack >
474
+ < Skeleton variant = "rectangular" height = { 32 } width = { 416 } />
475
+ < Skeleton variant = "rectangular" height = { 32 } width = { 416 } />
476
+ < Skeleton variant = "rectangular" height = { 32 } width = { 416 } />
477
+ < Skeleton variant = "rectangular" height = { 32 } width = { 416 } />
478
+ < Skeleton variant = "rectangular" height = { 32 } width = { 416 } />
479
+ < Skeleton variant = "rectangular" height = { 32 } width = { 416 } />
480
+ < Skeleton variant = "rectangular" height = { 32 } width = { 416 } />
481
+ </ Stack >
482
+ </ div >
467
483
</ div >
468
484
)
469
485
}
You can’t perform that action at this time.
0 commit comments