mirror of
https://github.com/goauthentik/authentik
synced 2026-04-25 17:15:26 +02:00
Added the drawer's left and bottom resize stories.
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user