ComponentsLoadingContainerLoadingContainerA component that wraps `children` with an `HvLoading` component and and an overlay background with opacity.GitHub LogoSource CodeNPM Logouikit-react-core UsagePropsClassesMy contenthiddenopacity <HvLoadingContainer opacity="0.8"> <div style={{ alignItems: 'center', backgroundColor: 'lightgray', display: 'flex', height: 200, justifyContent: 'center' }} > My content </div> </HvLoadingContainer> <HvLoadingContainer opacity="0.8"> <div style={{ alignItems: 'center', backgroundColor: 'lightgray', display: 'flex', height: 200, justifyContent: 'center' }} > My content </div> </HvLoadingContainer>LoadingSection