Skip to content

Commit 8ffe438

Browse files
committed
feat: la til påkrevde props i ModalContainer
1 parent d548997 commit 8ffe438

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

packages/jokul/src/components/modal/stories/ModalContianer.stories.tsx

+9-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,12 @@ export default meta;
1515

1616
type Story = StoryObj<typeof meta>;
1717

18-
export const ModalContainer: Story = {};
18+
export const ModalContainer: Story = {
19+
args: {
20+
id: "modal-container",
21+
role: "document",
22+
"aria-hidden": false,
23+
"aria-modal": true,
24+
"aria-labelledby": "modal-title",
25+
},
26+
};

0 commit comments

Comments
 (0)