1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

[CL-433] Fix broken docs pages (#10638)

This commit is contained in:
Victoria League
2024-08-20 15:44:54 -04:00
committed by GitHub
parent dedd7f1b5c
commit 19ef6ba467
3 changed files with 27 additions and 15 deletions

View File

@@ -1,5 +1,7 @@
import { Meta, Story, Source } from "@storybook/addon-docs";
import * as stories from "./dialog.service.stories";
<Meta title="Component Library/Dialogs" />
# Dialog
@@ -24,7 +26,7 @@ dialog should become scrollable.
A backdrop should be used to hide the content below the dialog. Use `#000000` with `30% opacity`.
<Story id="component-library-dialogs-service--default" />
<Story of={stories.Default} />
## Accessibility