Added the drawer's left and bottom resize stories.

This commit is contained in:
Ken Sternberg
2026-04-08 15:44:19 -07:00
parent 2d21376627
commit 43252b0d03

View File

@@ -142,6 +142,18 @@ export const Resizable: Story = {
render: () => html` <ak-drawer expanded resizable> ${contentBlock} ${panelBlock} </ak-drawer> `,
};
export const ResizableLeft: Story = {
render: () => html`
<ak-drawer expanded resizable position="left"> ${contentBlock} ${panelBlock} </ak-drawer>
`,
};
export const ResizableBottom: Story = {
render: () => html`
<ak-drawer expanded resizable position="bottom"> ${contentBlock} ${panelBlock} </ak-drawer>
`,
};
export const CustomWidth: Story = {
name: "Custom Width",
render: () => html`