We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af510eb commit 85986b9Copy full SHA for 85986b9
1 file changed
packages/react-core/src/components/Drawer/DrawerPanelContent.tsx
@@ -39,7 +39,7 @@ export interface DrawerPanelContentProps extends Omit<React.HTMLProps<HTMLDivEle
39
hasNoGlass?: boolean;
40
/** @beta Flag indicating that the drawer panel should use glass styles. */
41
isGlass?: boolean;
42
- /** @beta Flag indicating that the drawer panel should use plain styles. */
+ /** @beta Flag indicating that the drawer panel should use plain styles. This only applies when the drawer is static or inline. */
43
isPlain?: boolean;
44
/** @beta Flag indicating that plain styles should be disabled when glass styles are used. */
45
isNoPlainOnGlass?: boolean;
0 commit comments