diff --git a/packages/uui-split-panel/lib/uui-split-panel.story.ts b/packages/uui-split-panel/lib/uui-split-panel.story.ts index ba3a1522d..b8d4c60de 100644 --- a/packages/uui-split-panel/lib/uui-split-panel.story.ts +++ b/packages/uui-split-panel/lib/uui-split-panel.story.ts @@ -75,6 +75,31 @@ export const Vertical: Story = { }, }; +export const MinAndMax: Story = { + args: { + }, + parameters: { + docs: { + source: { + code: ` +
+ Start +
+
+ End +
+
`, + }, + }, + }, +}; + export const Snapping: Story = { args: { snap: "100px 50%",