We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4bdfab commit cf3d9acCopy full SHA for cf3d9ac
1 file changed
src-docs/src/views/flyout/flyout_resizable.tsx
@@ -32,6 +32,7 @@ export default () => {
32
side={flyoutSide as EuiFlyoutProps['side']}
33
onClose={() => setIsFlyoutVisible(false)}
34
aria-labelledby={flyoutTitleId}
35
+ onResize={console.log}
36
>
37
<EuiFlyoutHeader hasBorder>
38
<EuiTitle size="m">
0 commit comments