Skip to content

Commit

Permalink
more autodocs
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeseast committed Dec 18, 2023
1 parent ef5da88 commit 4d90d73
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ tests/fixtures/development.json

scratch/
dist/
storybook-static/
2 changes: 2 additions & 0 deletions src/common/stories/Logo.stories.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
export const meta = {
title: "Common / Logo",
component: Logo,
tags: ["autodocs"],
parameters: { layout: "centered" },
};
const args = {
Expand Down
3 changes: 2 additions & 1 deletion src/pages/app/stories/SearchBar.stories.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
export const meta = {
title: "App / Search / Search Bar",
component: SearchBar,
parameters: { layout: "fullscreen" },
tags: ["autodocs"],
parameters: { layout: "centered" },
};
</script>

Expand Down
3 changes: 2 additions & 1 deletion src/pages/app/stories/SearchInput.stories.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
export const meta = {
title: "App / Search / Search Input",
component: SearchInput,
parameters: { layout: "fullscreen" },
tags: ["autodocs"],
parameters: { layout: "centered" },
};
</script>

Expand Down
3 changes: 2 additions & 1 deletion src/pages/app/stories/SearchLink.stories.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
export const meta = {
title: "App / Search / Search Link",
component: SearchLink,
parameters: { layout: "fullscreen" },
tags: ["autodocs"],
parameters: { layout: "centered" },
};
</script>

Expand Down

0 comments on commit 4d90d73

Please sign in to comment.