Skip to content

Commit f89621b

Browse files
committed
Add codesandbox sample
Post-release of #63
1 parent a1292ad commit f89621b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/configuration.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,3 +256,10 @@ For the slot of type [`groupCtrlSlotProps`](styling.html#groupcontrol-slot), the
256256
callback, passed as slot prop, becomes a noop, if a group has exceeded the `maxDepth` policy.
257257
Additionally, a boolean flag with a `maxDepthExeeded` property is provided to the slot prop object,
258258
so the slot can check and hide a create-new-group handler.
259+
260+
<iframe src="https://codesandbox.io/embed/config-max-depth-i6zbh?fontsize=12&hidenavigation=1&module=%2Fsrc%2FApp.vue&theme=dark&view=preview"
261+
style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
262+
title="Config: Max-Depth"
263+
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
264+
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
265+
></iframe>

0 commit comments

Comments
 (0)