We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e91b9 commit 1bb241bCopy full SHA for 1bb241b
1 file changed
src/organisms/documentation/index.js
@@ -59,6 +59,7 @@ const Documentation = ({
59
onGoToDemoClick,
60
children,
61
demoUrl,
62
+ modalProps = {},
63
}) => {
64
const [isOpen, toggle] = useToggle()
65
const [view, setView] = useState(views.general)
@@ -93,6 +94,7 @@ const Documentation = ({
93
94
max: isGeneral ? "325px" : view === views.dashboard ? "600px" : "100%",
95
}}
96
data-testid="documentation-layer"
97
+ {...modalProps}
98
>
99
<Header onClose={closeClicked}>
100
{isGeneral && (
0 commit comments