소스 검색

Update api-overlay.mdx (#6212)

Most used cases for overlay are Alert and Toast which requires to see behind the overlay
JimTeva 4 년 전
부모
커밋
078a3aac10
No account linked to committer's email address
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      website/api/api-overlay.mdx

+ 3
- 0
website/api/api-overlay.mdx 파일 보기

@@ -16,6 +16,9 @@ Navigation.showOverlay({
16 16
   component: {
17 17
     name: 'example.Overlay',
18 18
     options: {
19
+      layout: {
20
+            componentBackgroundColor: 'transparent',
21
+          },
19 22
       overlay: {
20 23
         interceptTouchOutside: true
21 24
       }